blob: d9ac8e7887ece1e65568a6c64597d41cbf850bea [file] [log] [blame]
{
"name": "JSPatch",
"version": "0.1.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.",
"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.",
"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.4"
},
"resources": "JSPatch/*.js",
"frameworks": "Foundation",
"weak_frameworks": "JavaScriptCore",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "JSPatch/*.{h,m}",
"public_header_files": "JSPatch/*.h",
"resources": "JSPatch/*.js"
},
{
"name": "Extensions",
"source_files": "Extensions/**/*.{h,m}",
"public_header_files": "Extensions/**/*.h",
"dependencies": {
"JSPatch/Core": [
]
}
}
]
}