blob: 3026431c159f14fbd757609b39b431403cef2b60 [file] [log] [blame]
{
"name": "JSPatch",
"version": "0.1",
"summary": "JSPatch bridge Objective-C and JavaScript. You can call any Objective-C class and method in JavaScript by just including a small engine.",
"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",
"homepage": "https://github.com/bang590/JSPatch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bang": "bang590@gmail.com"
},
"social_media_url": "http://twitter.com/bang590",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bang590/JSPatch.git",
"tag": "0.1"
},
"source_files": "JSPatch/*.{h,m}",
"public_header_files": "JSPatch/*.h",
"resources": "JSPatch/*.js",
"frameworks": [
"JavaScriptCore",
"Foundation"
]
}