[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 6 / CRJUIComponents / 0.1.2 / CRJUIComponents.podspec.json
blob32ec24875a8df195619928276b54847e3991f69d
2   "name": "CRJUIComponents",
3   "version": "0.1.2",
4   "summary": "A short description of CRJUIComponents.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CelestialRotatingJade/CRJUIComponents",
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/CRJUIComponents.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "CRJUIComponents/**/CRJUIComponents.h",
22   "source_files": "CRJUIComponents/**/CRJUIComponents.h",
23   "subspecs": [
24     {
25       "name": "BaseShowPickerView",
26       "source_files": "CRJUIComponents/**/BaseShowPickerView/*.{h,m}"
27     },
28     {
29       "name": "DateItemPickerView",
30       "source_files": "CRJUIComponents/**/DateItemPickerView/*.{h,m}",
31       "dependencies": {
32         "CRJUIComponents/BaseShowPickerView": [
34         ],
35         "CRJGeneralTools/DeviceInfo": [
37         ],
38         "CRJCategories": [
40         ],
41         "CRJCommon": [
43         ]
44       }
45     },
46     {
47       "name": "PlaceholderImageView",
48       "source_files": "CRJUIComponents/**/PlaceholderImageView/*.{h,m}",
49       "dependencies": {
50         "SDWebImage": [
52         ]
53       }
54     },
55     {
56       "name": "EdgeInsetsLabel",
57       "source_files": "CRJUIComponents/**/EdgeInsetsLabel/*.{h,m}",
58       "dependencies": {
59         "CRJCategories": [
61         ]
62       }
63     },
64     {
65       "name": "RotateView",
66       "source_files": "CRJUIComponents/**/RotateView/*.{h,m}"
67     },
68     {
69       "name": "InfiniteRotationView",
70       "source_files": "CRJUIComponents/**/InfiniteRotationView/*.{h,m}"
71     },
72     {
73       "name": "BadgeValueView",
74       "source_files": "CRJUIComponents/**/BadgeValueView/*.{h,m}",
75       "dependencies": {
76         "CRJCategories": [
78         ]
79       }
80     },
81     {
82       "name": "CircleAnimationView",
83       "source_files": "CRJUIComponents/**/CircleAnimationView/*.{h,m}",
84       "dependencies": {
85         "CRJEasing": [
87         ]
88       }
89     },
90     {
91       "name": "RoundingCornerView",
92       "source_files": "CRJUIComponents/**/RoundingCornerView/*.{h,m}"
93     },
94     {
95       "name": "RoundingCornerView",
96       "source_files": "CRJUIComponents/**/RoundingCornerView/*.{h,m}"
97     },
98     {
99       "name": "CustomCell",
100       "source_files": "CRJUIComponents/**/CustomCell/*.{h,m}"
101     },
102     {
103       "name": "CustomControllers",
104       "source_files": "CRJUIComponents/**/CustomControllers/*.{h,m}",
105       "dependencies": {
106         "CRJGeneralTools/DeviceInfo": [
108         ],
109         "CRJCommon": [
111         ],
112         "CRJCategories": [
114         ],
115         "FDFullscreenPopGesture": [
117         ]
118       }
119     }
120   ]