[Add] NEConversationUIKit 10.5.1
[CocoaPods.git] / Specs / b / 6 / 8 / RAMRouter / 1.0.8 / RAMRouter.podspec.json
blobffedc983df1c29e3c7206498d483d11391cfd1fe
2   "name": "RAMRouter",
3   "version": "1.0.8",
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.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "RAMCore",
22   "resource_bundles": {
23     "RAMRouter": [
24       "RAMRouter/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "RAMUtil/RAMLog": [
30     ],
31     "RAMUtil/RAMColor": [
33     ],
34     "RAMUtil/RAMImage": [
36     ],
37     "RAMUtil/RAMFrame": [
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "RAMCore",
44       "source_files": "RAMRouter/RAMCore/*.{h,m}",
45       "public_header_files": "RAMRouter/RAMCore/*.h"
46     }
47   ]