blob: efacebd3d839006cacc6456ba6bc4b4c336c97af [file] [log] [blame]
{
"name": "JSPatchPlatform",
"version": "1.6.1",
"summary": "jspatch.com SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://jspatch.com",
"authors": {
"bang590": "bang590@gmail.com"
},
"social_media_url": "http://twitter.com/bang590",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bang590/JSPatchPlatform.git",
"tag": "1.6.1",
"submodules": true
},
"frameworks": [
"Foundation",
"JavaScriptCore"
],
"libraries": "z",
"default_subspecs": "Core",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "JSPatchPlatform.framework",
"resources": "JSPatchPlatform.framework",
"source_files": "JSPatchPlatform.framework/Headers/*.h",
"public_header_files": "JSPatchPlatform.framework/Headers/*.h"
},
{
"name": "Extensions",
"ios": {
"source_files": "JSPatch/Extensions/*.*",
"public_header_files": "JSPatch/Extensions/*.h"
},
"dependencies": {
"JSPatchPlatform/Core": [
]
}
},
{
"name": "JPCFunction",
"ios": {
"source_files": "JSPatch/Extensions/JPCFunction/**/*.*",
"public_header_files": "JSPatch/Extensions/JPCFunction/**/*.h"
},
"dependencies": {
"JSPatchPlatform/Core": [
]
}
},
{
"name": "JPCFunctionBinder",
"ios": {
"source_files": "JSPatch/Extensions/JPCFunctionBinder/**/*.*",
"public_header_files": "JSPatch/Extensions/JPCFunctionBinder/**/*.h"
},
"dependencies": {
"JSPatchPlatform/Core": [
]
}
}
]
}