[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 8 / Chopper / 0.1.0 / Chopper.podspec.json
blobff237d67071962a364a1b0979c87e6c3a05511dc
2   "name": "Chopper",
3   "version": "0.1.0",
4   "summary": "Chopper is a light weight hybrid bridge.",
5   "description": "Chopper is a light weight hybrid bridge, use it can build a hybrid app simple and quickly.",
6   "homepage": "https://github.com/JianweiWangs/Chopper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JianweiWangs": "wangfei@zhihu.com"
13   },
14   "source": {
15     "git": "https://github.com/JianweiWangs/Chopper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Chopper/Classes/Core/**/*.swift"
27     },
28     {
29       "name": "Interceptor",
30       "source_files": "Chopper/Classes/Interceptor/**/*.swift",
31       "platforms": {
32         "ios": "11.0"
33       },
34       "dependencies": {
35         "Chopper/Broswer": [
37         ]
38       }
39     },
40     {
41       "name": "Broswer",
42       "source_files": "Chopper/Classes/Broswer/**/*.swift",
43       "dependencies": {
44         "Chopper/Core": [
46         ]
47       }
48     }
49   ]