[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / 3 / 5 / CRJCategories / 0.1.3 / CRJCategories.podspec.json
blobf0f2fcef2eefc9e22b6d41af2665ac9b2de3d289
2   "name": "CRJCategories",
3   "version": "0.1.3",
4   "summary": "A short description of CRJCategories.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CelestialRotatingJade/CRJCategories",
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/CRJCategories.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "CRJCategories/**/CRJCategories.h",
22   "source_files": "CRJCategories/**/CRJCategories.h",
23   "subspecs": [
24     {
25       "name": "CALayer",
26       "source_files": "CRJCategories/**/CALayer/*.{h,m}"
27     },
28     {
29       "name": "CAShapeLayer",
30       "source_files": "CRJCategories/**/CAShapeLayer/*.{h,m}"
31     },
32     {
33       "name": "NSString",
34       "source_files": "CRJCategories/**/NSString/*.{h,m}"
35     },
36     {
37       "name": "UIAlertController",
38       "source_files": "CRJCategories/**/UIAlertController/*.{h,m}"
39     },
40     {
41       "name": "UIButton",
42       "source_files": "CRJCategories/**/UIButton/*.{h,m}"
43     },
44     {
45       "name": "UIColor",
46       "source_files": "CRJCategories/**/UIColor/*.{h,m}"
47     },
48     {
49       "name": "UIImage",
50       "source_files": "CRJCategories/**/UIImage/*.{h,m}"
51     },
52     {
53       "name": "UILabel",
54       "source_files": "CRJCategories/**/UILabel/*.{h,m}"
55     },
56     {
57       "name": "UITextField",
58       "source_files": "CRJCategories/**/UITextField/*.{h,m}",
59       "dependencies": {
60         "CRJCategories/UIView": [
62         ],
63         "CRJCategories/UIButton": [
65         ]
66       }
67     },
68     {
69       "name": "UIView",
70       "source_files": "CRJCategories/**/UIView/*.{h,m}"
71     },
72     {
73       "name": "UIViewController",
74       "source_files": "CRJCategories/**/UIViewController/*.{h,m}"
75     },
76     {
77       "name": "NSBundle",
78       "source_files": "CRJCategories/**/NSBundle/*.{h,m}"
79     }
80   ]