[Add] Shakuro.BroadcastAsyncStream 1.0.2
[CocoaPods.git] / Specs / b / 6 / 8 / RAMRouter / 1.0.2 / RAMRouter.podspec.json
blob01931a0c3e17113901552bacb205c5a7e1b3f45d
2   "name": "RAMRouter",
3   "version": "1.0.2",
4   "summary": "This is a good iOS Router",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/RamboQiu/RAMRouter.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RamboQiu": "625217640@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/RamboQiu/RAMRouter.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "RAMR3",
23     "RAMController",
24     "RAMCore"
25   ],
26   "dependencies": {
27     "RAMUtil/RAMLog": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "RAMCore",
34       "source_files": "RAMRouter/RAMCore/*.{h,m}",
35       "public_header_files": "RAMRouter/RAMCore/*.h",
36       "dependencies": {
37         "RAMRouter/RAMController": [
39         ],
40         "RAMRouter/RAMR3": [
42         ]
43       }
44     },
45     {
46       "name": "RAMR3",
47       "source_files": [
48         "RAMRouter/RAMR3/*.{h,m}",
49         "RAMRouter/RAMR3/include/*.h",
50         "RAMRouter/RAMR3/zmalloc.{c,h}"
51       ],
52       "requires_arc": false,
53       "public_header_files": "RAMRouter/RAMR3/include/*.h"
54     },
55     {
56       "name": "RAMController",
57       "source_files": "RAMRouter/RAMController/*.{h,m}",
58       "public_header_files": "RAMRouter/RAMController/*.h"
59     }
60   ]