blob: e8b1eca55cc7ad437dda798ed025e56af1d21e57 [file] [log] [blame]
{
"name": "JSCCordova",
"version": "0.1.1",
"summary": "A hybird development framework on iOS platform.",
"description": "A hybird development framework modified from Apache Cordova. Base on JSCoreBridge.",
"documentation_url": "https://github.com/iPhuan/JSCoreBridge",
"homepage": "https://github.com/iPhuan/JSCoreBridge.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iPhuan": "iphuan@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iPhuan/JSCoreBridge.git",
"tag": "0.1.1"
},
"requires_arc": true,
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"subspecs": [
{
"name": "JSCCordovaLite",
"source_files": "JSCCordova/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"JSCoreBridge/JSCoreBridgeLite": [
"0.1.1"
]
}
},
{
"name": "Optional",
"requires_arc": true,
"dependencies": {
"JSCCordova/JSCCordovaLite": [
],
"JSCoreBridge/Optional": [
"0.1.1"
]
}
}
]
}