[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 7 / YYB_iOSComponent / 0.2.0 / YYB_iOSComponent.podspec.json
blob3b7e60bc45b15432661cf8613d72bc659af442ec
2   "name": "YYB_iOSComponent",
3   "version": "0.2.0",
4   "summary": "iOS UI components",
5   "description": "components for iOS development",
6   "license": "MIT",
7   "authors": {
8     "Sniper": "yanyibin.nz@gmail.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/bassamyan/YYB_iOSComponent.git",
15     "tag": "0.2.0"
16   },
17   "homepage": "https://github.com/bassamyan/YYB_iOSComponent",
18   "subspecs": [
19     {
20       "name": "Category",
21       "subspecs": [
22         {
23           "name": "Base",
24           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Category/Base/**/*.{h,m}"
25         },
26         {
27           "name": "Layout",
28           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Category/Layout/**/*.{h,m}",
29           "dependencies": {
30             "Masonry": [
32             ]
33           }
34         }
35       ]
36     },
37     {
38       "name": "Router",
39       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Router/**/*.{h,m}"
40     },
41     {
42       "name": "Indicator",
43       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Indicator/**/*.{h,m}"
44     },
45     {
46       "name": "NavigationBar",
47       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/NavigationBar/**/*.{h,m}"
48     },
49     {
50       "name": "PageControl",
51       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PageControl/**/*.{h,m}",
52       "dependencies": {
53         "YYB_iOSComponent/Category": [
55         ]
56       }
57     },
58     {
59       "name": "PlaceholderTextView",
60       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PlaceholderTextView/**/*.{h,m}"
61     },
62     {
63       "name": "Segment",
64       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Segment/**/*.{h,m}"
65     },
66     {
67       "name": "Request",
68       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Request/**/*.{h,m}",
69       "dependencies": {
70         "AFNetworking": [
72         ]
73       }
74     },
75     {
76       "name": "TabBar",
77       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/TabBar/**/*.{h,m}"
78     },
79     {
80       "name": "RefreshView",
81       "subspecs": [
82         {
83           "name": "Base",
84           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Base/**/*.{h,m}"
85         },
86         {
87           "name": "Category",
88           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Category/**/*.{h,m}",
89           "dependencies": {
90             "YYB_iOSComponent/RefreshView/Base": [
92             ]
93           }
94         },
95         {
96           "name": "Extension",
97           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Extension/**/*.{h,m}",
98           "dependencies": {
99             "Masonry": [
101             ],
102             "YYB_iOSComponent/RefreshView/Base": [
104             ],
105             "YYB_iOSComponent/RefreshView/Category": [
107             ]
108           }
109         }
110       ]
111     },
112     {
113       "name": "ShadowView",
114       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/ShadowView/**/*.{h,m}",
115       "dependencies": {
116         "Masonry": [
118         ],
119         "YYB_iOSComponent/Category": [
121         ]
122       }
123     },
124     {
125       "name": "ShadowButton",
126       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/ShadowButton/**/*.{h,m}",
127       "dependencies": {
128         "Masonry": [
130         ],
131         "YYB_iOSComponent/Category": [
133         ]
134       }
135     },
136     {
137       "name": "AlertView",
138       "subspecs": [
139         {
140           "name": "Base",
141           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Base/**/*.{h,m}",
142           "dependencies": {
143             "ReactiveObjC": [
145             ],
146             "Masonry": [
148             ],
149             "YYB_iOSComponent/Category": [
151             ]
152           }
153         },
154         {
155           "name": "Category",
156           "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Icon_AlertView.bundle",
157           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Category/**/*.{h,m}",
158           "dependencies": {
159             "ReactiveObjC": [
161             ],
162             "Masonry": [
164             ],
165             "YYB_iOSComponent/Category": [
167             ],
168             "YYB_iOSComponent/AlertView/Base": [
170             ]
171           }
172         }
173       ]
174     },
175     {
176       "name": "Base",
177       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Base/**/*.{h,m}",
178       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/Base/Icon_Base.bundle",
179       "dependencies": {
180         "Masonry": [
182         ],
183         "ReactiveObjC": [
185         ],
186         "TPKeyboardAvoiding": [
188         ],
189         "FDFullscreenPopGesture": [
191         ],
192         "YYB_iOSComponent/RefreshView": [
194         ],
195         "YYB_iOSComponent/AlertView": [
197         ],
198         "YYB_iOSComponent/Category": [
200         ],
201         "YYB_iOSComponent/NavigationBar": [
203         ]
204       }
205     },
206     {
207       "name": "PhotoBrowser",
208       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/**/*.{h,m}",
209       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/Icon_PhotoBrowser.bundle",
210       "dependencies": {
211         "YYB_iOSComponent/Base": [
213         ],
214         "YYB_iOSComponent/AlertView": [
216         ],
217         "SDWebImage": [
219         ]
220       }
221     },
222     {
223       "name": "PhotoViewController",
224       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/**/*.{h,m}",
225       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/Icon_PhotoViewController.bundle",
226       "dependencies": {
227         "YYB_iOSComponent/Base": [
229         ],
230         "YYB_iOSComponent/AlertView": [
232         ]
233       },
234       "frameworks": "Photos"
235     },
236     {
237       "name": "GesOverlay",
238       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/GesOverlay/**/*.{h,m}",
239       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/GesOverlay/Icon_Overlay.bundle",
240       "dependencies": {
241         "YYB_iOSComponent/Base": [
243         ],
244         "YYB_iOSComponent/Category": [
246         ]
247       }
248     }
249   ]