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\n Objective-C runtime. You can call any Objective-C class and\n method in JavaScript by just including a small engine.\n That makes the APP obtaining the power of script language:\n add modules or replacing Objective-C codes to fix bugs dynamically.\n",
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 "source_files": "JSPatch/*.{h,m}",
23 "public_header_files": "JSPatch/*.h",
24 "resources": "JSPatch/*.js",