[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 7 / 1 / JSCCordova / 0.1.1 / JSCCordova.podspec.json
blobe8b1eca55cc7ad437dda798ed025e56af1d21e57
2   "name": "JSCCordova",
3   "version": "0.1.1",
4   "summary": "A hybird development framework on iOS platform.",
5   "description": "A hybird development framework modified from Apache Cordova. Base on JSCoreBridge.",
6   "documentation_url": "https://github.com/iPhuan/JSCoreBridge",
7   "homepage": "https://github.com/iPhuan/JSCoreBridge.git",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "iPhuan": "iphuan@qq.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/iPhuan/JSCoreBridge.git",
20     "tag": "0.1.1"
21   },
22   "requires_arc": true,
23   "user_target_xcconfig": {
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
25   },
26   "subspecs": [
27     {
28       "name": "JSCCordovaLite",
29       "source_files": "JSCCordova/**/*.{h,m}",
30       "requires_arc": true,
31       "dependencies": {
32         "JSCoreBridge/JSCoreBridgeLite": [
33           "0.1.1"
34         ]
35       }
36     },
37     {
38       "name": "Optional",
39       "requires_arc": true,
40       "dependencies": {
41         "JSCCordova/JSCCordovaLite": [
43         ],
44         "JSCoreBridge/Optional": [
45           "0.1.1"
46         ]
47       }
48     }
49   ]