[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / d / 8 / 7 / YYB_iOSComponent / 0.1.3 / YYB_iOSComponent.podspec.json
blob1a51edace9b53f3acad9d940171c9e59dfe5b2e6
2   "name": "YYB_iOSComponent",
3   "version": "0.1.3",
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.1.3"
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": "TabBar",
68       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/TabBar/**/*.{h,m}"
69     },
70     {
71       "name": "RefreshView",
72       "subspecs": [
73         {
74           "name": "Base",
75           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Base/**/*.{h,m}"
76         },
77         {
78           "name": "Category",
79           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Category/**/*.{h,m}",
80           "dependencies": {
81             "YYB_iOSComponent/RefreshView/Base": [
83             ]
84           }
85         },
86         {
87           "name": "Extension",
88           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Extension/**/*.{h,m}",
89           "dependencies": {
90             "Masonry": [
92             ],
93             "YYB_iOSComponent/RefreshView/Base": [
95             ],
96             "YYB_iOSComponent/RefreshView/Category": [
98             ]
99           }
100         }
101       ]
102     },
103     {
104       "name": "ShadowView",
105       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/ShadowView/**/*.{h,m}",
106       "dependencies": {
107         "Masonry": [
109         ],
110         "YYB_iOSComponent/Category": [
112         ]
113       }
114     },
115     {
116       "name": "ShadowButton",
117       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/ShadowButton/**/*.{h,m}",
118       "dependencies": {
119         "Masonry": [
121         ],
122         "YYB_iOSComponent/Category": [
124         ]
125       }
126     },
127     {
128       "name": "AlertView",
129       "subspecs": [
130         {
131           "name": "Base",
132           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Base/**/*.{h,m}",
133           "dependencies": {
134             "ReactiveObjC": [
136             ],
137             "Masonry": [
139             ],
140             "YYB_iOSComponent/Category": [
142             ]
143           }
144         },
145         {
146           "name": "Category",
147           "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Icon_AlertView.bundle",
148           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Category/**/*.{h,m}",
149           "dependencies": {
150             "ReactiveObjC": [
152             ],
153             "Masonry": [
155             ],
156             "YYB_iOSComponent/Category": [
158             ],
159             "YYB_iOSComponent/AlertView/Base": [
161             ]
162           }
163         }
164       ]
165     },
166     {
167       "name": "Base",
168       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Base/**/*.{h,m}",
169       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/Base/Icon_Base.bundle",
170       "dependencies": {
171         "Masonry": [
173         ],
174         "ReactiveObjC": [
176         ],
177         "TPKeyboardAvoiding": [
179         ],
180         "FDFullscreenPopGesture": [
182         ],
183         "YYB_iOSComponent/RefreshView": [
185         ],
186         "YYB_iOSComponent/AlertView": [
188         ],
189         "YYB_iOSComponent/Category": [
191         ],
192         "YYB_iOSComponent/NavigationBar": [
194         ]
195       }
196     },
197     {
198       "name": "PhotoBrowser",
199       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/**/*.{h,m}",
200       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/Icon_PhotoBrowser.bundle",
201       "dependencies": {
202         "YYB_iOSComponent/Base": [
204         ],
205         "YYB_iOSComponent/AlertView": [
207         ],
208         "SDWebImage": [
210         ]
211       }
212     },
213     {
214       "name": "PhotoViewController",
215       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/**/*.{h,m}",
216       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/Icon_PhotoViewController.bundle",
217       "dependencies": {
218         "YYB_iOSComponent/Base": [
220         ],
221         "YYB_iOSComponent/AlertView": [
223         ]
224       },
225       "frameworks": "Photos"
226     },
227     {
228       "name": "GesOverlay",
229       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/GesOverlay/**/*.{h,m}",
230       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/GesOverlay/Icon_Overlay.bundle",
231       "dependencies": {
232         "YYB_iOSComponent/Base": [
234         ],
235         "YYB_iOSComponent/Category": [
237         ]
238       }
239     }
240   ]