[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 6 / CRJUIComponents / 0.1.402 / CRJUIComponents.podspec.json
blob0dd70ebb69c0d4433b8c28c17e530ec27ede83f4
2   "name": "CRJUIComponents",
3   "version": "0.1.402",
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.402"
17   },
18   "platforms": {
19     "ios": "9.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": "CircleAnimationView",
35       "source_files": "CRJUIComponents/**/CircleAnimationView/*.{h,m}",
36       "dependencies": {
37         "CRJEasing": [
39         ]
40       }
41     },
42     {
43       "name": "CustomCell",
44       "source_files": "CRJUIComponents/**/CustomCell/*.{h,m}"
45     },
46     {
47       "name": "EdgeInsetsLabel",
48       "source_files": "CRJUIComponents/**/EdgeInsetsLabel/*.{h,m}",
49       "dependencies": {
50         "CRJCategories": [
52         ]
53       }
54     },
55     {
56       "name": "InfiniteRotationView",
57       "source_files": "CRJUIComponents/**/InfiniteRotationView/*.{h,m}"
58     },
59     {
60       "name": "PlaceholderImageView",
61       "source_files": "CRJUIComponents/**/PlaceholderImageView/*.{h,m}",
62       "dependencies": {
63         "SDWebImage": [
65         ]
66       }
67     },
68     {
69       "name": "RotateView",
70       "source_files": "CRJUIComponents/**/RotateView/*.{h,m}"
71     },
72     {
73       "name": "RoundingCornerView",
74       "source_files": "CRJUIComponents/**/RoundingCornerView/*.{h,m}"
75     }
76   ]