blob: 3de057d1b7c86d2cc132c6c003ae8030950d1bca [file] [log] [blame]
{
"name": "JSPatchPlatform",
"version": "1.6.3",
"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.3",
"submodules": true
},
"frameworks": [
"Foundation",
"JavaScriptCore"
],
"libraries": "z",
"default_subspecs": "Core",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "JSPatchPlatform.framework",
"source_files": "JSPatchPlatform.framework/Headers/*.h"
},
{
"name": "Extensions",
"ios": {
"source_files": "JSPatch/Extensions/*",
"dependencies": {
"JSPatchPlatform/Core": [
]
}
}
},
{
"name": "JPCFunction",
"ios": {
"source_files": "JSPatch/Extensions/JPCFunction/**/*",
"dependencies": {
"JSPatchPlatform/Core": [
]
}
}
},
{
"name": "JPCFunctionBinder",
"ios": {
"source_files": "JSPatch/Extensions/JPCFunctionBinder/**/*",
"dependencies": {
"JSPatchPlatform/Core": [
]
}
}
}
]
}