[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 6 / CRJUIComponents / 0.1.1 / CRJUIComponents.podspec.json
bloba844828dc1c3ca66b8d6193e4d65dc10e8e5ab45
2   "name": "CRJUIComponents",
3   "version": "0.1.1",
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.1"
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         "CRJCategories": [
37         ],
38         "CRJCommon": [
40         ]
41       }
42     },
43     {
44       "name": "PlaceholderImageView",
45       "source_files": "CRJUIComponents/**/PlaceholderImageView/*.{h,m}",
46       "dependencies": {
47         "SDWebImage": [
49         ]
50       }
51     },
52     {
53       "name": "EdgeInsetsLabel",
54       "source_files": "CRJUIComponents/**/EdgeInsetsLabel/*.{h,m}",
55       "dependencies": {
56         "CRJCategories": [
58         ]
59       }
60     },
61     {
62       "name": "RotateView",
63       "source_files": "CRJUIComponents/**/RotateView/*.{h,m}"
64     },
65     {
66       "name": "InfiniteRotationView",
67       "source_files": "CRJUIComponents/**/InfiniteRotationView/*.{h,m}"
68     },
69     {
70       "name": "BadgeValueView",
71       "source_files": "CRJUIComponents/**/BadgeValueView/*.{h,m}",
72       "dependencies": {
73         "CRJCategories": [
75         ]
76       }
77     },
78     {
79       "name": "CircleAnimationView",
80       "source_files": "CRJUIComponents/**/CircleAnimationView/*.{h,m}",
81       "dependencies": {
82         "CRJEasing": [
84         ]
85       }
86     },
87     {
88       "name": "RoundingCornerView",
89       "source_files": "CRJUIComponents/**/RoundingCornerView/*.{h,m}"
90     }
91   ]