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": "http://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"
49 "source_files": "Extensions/**/*.*",
50 "public_header_files": "Extensions/**/*.h"
61 "source_files": "Loader/**/*.{h,m,c}",
62 "public_header_files": "Loader/*.h"
65 "source_files": "Loader/**/*.{h,m,c}",
66 "public_header_files": "Loader/*.h"