[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 6 / CRJUIComponents / 0.1.3 / CRJUIComponents.podspec.json
blob399375b82a8560c772b73656a73fb87896e32c7c
2   "name": "CRJUIComponents",
3   "version": "0.1.3",
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.3"
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": "BadgeValueView",
26       "source_files": "CRJUIComponents/**/BadgeValueView/*.{h,m}",
27       "dependencies": {
28         "CRJCategories": [
30         ]
31       }
32     },
33     {
34       "name": "BaseShowPickerView",
35       "source_files": "CRJUIComponents/**/BaseShowPickerView/*.{h,m}"
36     },
37     {
38       "name": "CircleAnimationView",
39       "source_files": "CRJUIComponents/**/CircleAnimationView/*.{h,m}",
40       "dependencies": {
41         "CRJEasing": [
43         ]
44       }
45     },
46     {
47       "name": "CustomCell",
48       "source_files": "CRJUIComponents/**/CustomCell/*.{h,m}"
49     },
50     {
51       "name": "CustomControllers",
52       "source_files": "CRJUIComponents/**/CustomControllers/*.{h,m}",
53       "dependencies": {
54         "CRJGeneralTools/DeviceInfo": [
56         ],
57         "CRJCommon": [
59         ],
60         "CRJCategories": [
62         ],
63         "FDFullscreenPopGesture": [
65         ]
66       }
67     },
68     {
69       "name": "DateItemPickerView",
70       "source_files": "CRJUIComponents/**/DateItemPickerView/*.{h,m}",
71       "dependencies": {
72         "CRJUIComponents/BaseShowPickerView": [
74         ],
75         "CRJGeneralTools/DeviceInfo": [
77         ],
78         "CRJCategories": [
80         ],
81         "CRJCommon": [
83         ]
84       }
85     },
86     {
87       "name": "EdgeInsetsLabel",
88       "source_files": "CRJUIComponents/**/EdgeInsetsLabel/*.{h,m}",
89       "dependencies": {
90         "CRJCategories": [
92         ]
93       }
94     },
95     {
96       "name": "InfiniteRotationView",
97       "source_files": "CRJUIComponents/**/InfiniteRotationView/*.{h,m}"
98     },
99     {
100       "name": "PlaceholderImageView",
101       "source_files": "CRJUIComponents/**/PlaceholderImageView/*.{h,m}",
102       "dependencies": {
103         "SDWebImage": [
105         ]
106       }
107     },
108     {
109       "name": "RotateView",
110       "source_files": "CRJUIComponents/**/RotateView/*.{h,m}"
111     },
112     {
113       "name": "RoundingCornerView",
114       "source_files": "CRJUIComponents/**/RoundingCornerView/*.{h,m}"
115     }
116   ]