[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 6 / 8 / RAMRouter / 1.0.7 / RAMRouter.podspec.json
blobf17cfa09a787824a64a422ea4c28a323ce1c2ca2
2   "name": "RAMRouter",
3   "version": "1.0.7",
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.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "RAMR3",
23     "RAMCore"
24   ],
25   "resource_bundles": {
26     "RAMRouter": [
27       "RAMRouter/Assets/*.png"
28     ]
29   },
30   "dependencies": {
31     "RAMUtil/RAMLog": [
33     ],
34     "RAMUtil/RAMColor": [
36     ],
37     "RAMUtil/RAMImage": [
39     ],
40     "RAMUtil/RAMFrame": [
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "RAMCore",
47       "source_files": "RAMRouter/RAMCore/*.{h,m}",
48       "public_header_files": "RAMRouter/RAMCore/*.h",
49       "dependencies": {
50         "RAMRouter/RAMR3": [
52         ]
53       }
54     },
55     {
56       "name": "RAMR3",
57       "source_files": [
58         "RAMRouter/RAMR3/*.{h,m}",
59         "RAMRouter/RAMR3/include/*.h",
60         "RAMRouter/RAMR3/zmalloc.{c,h}"
61       ],
62       "requires_arc": false,
63       "public_header_files": "RAMRouter/RAMR3/include/*.h"
64     }
65   ]