4 "summary": "JSPatch bridge Objective-C and JavaScript. You can call any Objective-C class and method in JavaScript by just including a small engine.",
5 "description": "JSPatch bridges Objective-C and JavaScript using the\nObjective-C runtime. You can call any Objective-C class and\nmethod in JavaScript by just including a small engine.\nThat makes the APP obtaining the power of script language:\nadd modules or replacing Objective-C codes to fix bugs dynamically.",
6 "homepage": "https://github.com/bang590/JSPatch",
12 "bang": "bang590@gmail.com"
14 "social_media_url": "https://twitter.com/bang590",
21 "git": "https://github.com/bang590/JSPatch.git",
24 "frameworks": "Foundation",
25 "weak_frameworks": "JavaScriptCore",
26 "default_subspecs": "Core",
31 "source_files": "JSPatch/*.{h,m}"
34 "source_files": "JSPatch/*.{h,m}"
37 "source_files": "JSPatch/*.{h,m}"
39 "public_header_files": "JSPatch/*.h",
40 "resources": "JSPatch/*.js"
45 "source_files": "Extensions/*",
46 "public_header_files": "Extensions/*.h"
55 "name": "JPCFunction",
57 "source_files": "Extensions/JPCFunction/**/*",
58 "public_header_files": "Extensions/JPCFunction/**/*.h"
67 "name": "JPCFunctionBinder",
69 "source_files": "Extensions/JPCFunctionBinder/**/*",
70 "public_header_files": "Extensions/JPCFunctionBinder/**/*.h"
81 "source_files": "Loader/**/*.{h,m,c}",
82 "public_header_files": "Loader/*.h"
85 "source_files": "Loader/**/*.{h,m,c}",
86 "public_header_files": "Loader/*.h"