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",
19 "git": "https://github.com/bang590/JSPatch.git",
22 "frameworks": "Foundation",
23 "weak_frameworks": "JavaScriptCore",
24 "default_subspecs": "Core",
28 "source_files": "JSPatch/*.{h,m}",
29 "public_header_files": "JSPatch/*.h",
30 "resources": "JSPatch/*.js"
34 "source_files": "Extensions/**/*.{h,m}",
35 "public_header_files": "Extensions/**/*.h",