[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / a / 6 / CRJKit / 0.1.1 / CRJKit.podspec.json
blob869178b582a92a73bc24226c0d79ce376fa11404
2   "name": "CRJKit",
3   "version": "0.1.1",
4   "summary": "A short description of CRJKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CelestialRotatingJade/CRJKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/CelestialRotatingJade/CRJKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "resource_bundles": {
22     "CRJKit": [
23       "CRJKit/Assets/*"
24     ]
25   },
26   "public_header_files": "CRJKit/**/CRJKit.h",
27   "source_files": "CRJKit/**/CRJKit.h",
28   "subspecs": [
29     {
30       "name": "CustomCell",
31       "source_files": "CRJKit/**/CustomCell/*.{h,m}",
32       "dependencies": {
33         "CRJCommon": [
35         ]
36       }
37     },
38     {
39       "name": "CustomControllers",
40       "source_files": "CRJKit/**/CustomControllers/*.{h,m}",
41       "dependencies": {
42         "CRJCommon": [
44         ],
45         "CRJCategories": [
47         ],
48         "FDFullscreenPopGesture": [
50         ]
51       }
52     }
53   ]