[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 8 / RAMRouter / 1.0.4 / RAMRouter.podspec.json
blob2b708837de4434b3a0b677b40d74dc8f156f1839
2   "name": "RAMRouter",
3   "version": "1.0.4",
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.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "RAMR3",
23     "RAMController",
24     "RAMCore"
25   ],
26   "resource_bundles": {
27     "RAMRouter": [
28       "RAMRouter/Assets/*.png"
29     ]
30   },
31   "dependencies": {
32     "RAMUtil/RAMLog": [
34     ],
35     "RAMUtil/RAMColor": [
37     ],
38     "RAMUtil/RAMImage": [
40     ],
41     "RAMUtil/RAMFrame": [
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "RAMCore",
48       "source_files": "RAMRouter/RAMCore/*.{h,m}",
49       "public_header_files": "RAMRouter/RAMCore/*.h",
50       "dependencies": {
51         "RAMRouter/RAMController": [
53         ],
54         "RAMRouter/RAMR3": [
56         ]
57       }
58     },
59     {
60       "name": "RAMR3",
61       "source_files": [
62         "RAMRouter/RAMR3/*.{h,m}",
63         "RAMRouter/RAMR3/include/*.h",
64         "RAMRouter/RAMR3/zmalloc.{c,h}"
65       ],
66       "requires_arc": false,
67       "public_header_files": "RAMRouter/RAMR3/include/*.h"
68     },
69     {
70       "name": "RAMController",
71       "source_files": "RAMRouter/RAMController/*.{h,m}",
72       "public_header_files": "RAMRouter/RAMController/*.h"
73     }
74   ]