[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 7 / 1 / 0 / JSCoreBridge / 0.1.1 / JSCoreBridge.podspec.json
blobe8043e81741af0eab0b04f249dbb5db8310094d9
2   "name": "JSCoreBridge",
3   "version": "0.1.1",
4   "summary": "A hybird development framework on iOS platform.",
5   "description": "A hybird development framework modified from Apache Cordova.",
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   "subspecs": [
24     {
25       "name": "Optional",
26       "source_files": "JSCoreBridge/Optional/**/*.{h,m}",
27       "preserve_paths": "JSCoreBridge/Optional/config.xml",
28       "requires_arc": true,
29       "dependencies": {
30         "JSCoreBridge/JSCoreBridgeLite": [
32         ]
33       }
34     },
35     {
36       "name": "JSCoreBridgeLite",
37       "source_files": "JSCoreBridge/JSCoreBridgeLite/**/*.{h,m}",
38       "resources": "JSCoreBridge/JSCoreBridgeLite/JS/jscorebridge.js",
39       "requires_arc": true,
40       "frameworks": [
41         "Foundation",
42         "UIKit",
43         "JavaScriptCore"
44       ]
45     }
46   ]