blob: 8b014ab90d69a139389fac28dfd46d4035cb6327 [file] [log] [blame]
{
"name": "JSPatch",
"version": "0.1.2",
"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": "6.0"
},
"source": {
"git": "https://github.com/bang590/JSPatch.git",
"tag": "0.1.2"
},
"resources": "JSPatch/*.js",
"frameworks": "Foundation",
"weak_frameworks": "JavaScriptCore",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "JSPatch/*.{h,m}",
"public_header_files": "JSPatch/*.h"
},
{
"name": "Extensions",
"source_files": "Extensions/**/*.{h,m}",
"public_header_files": "Extensions/**/*.h",
"dependencies": {
"JSPatch/Core": [
]
}
}
]
}