[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / d / 8 / 7 / YYB_iOSComponent / 0.0.14 / YYB_iOSComponent.podspec.json
blob2105626d2a5f6f373145fa1fffc68428fb9e263c
2   "name": "YYB_iOSComponent",
3   "version": "0.0.14",
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.0.14"
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": "AlertView",
43       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/**/*.{h,m}"
44     },
45     {
46       "name": "Indicator",
47       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Indicator/**/*.{h,m}"
48     },
49     {
50       "name": "NavigationBar",
51       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/NavigationBar/**/*.{h,m}"
52     },
53     {
54       "name": "PageControl",
55       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PageControl/**/*.{h,m}",
56       "dependencies": {
57         "YYB_iOSComponent/Category": [
59         ]
60       }
61     },
62     {
63       "name": "PlaceholderTextView",
64       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PlaceholderTextView/**/*.{h,m}"
65     },
66     {
67       "name": "RefreshView",
68       "subspecs": [
69         {
70           "name": "Base",
71           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Base/**/*.{h,m}"
72         },
73         {
74           "name": "Category",
75           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Category/**/*.{h,m}",
76           "dependencies": {
77             "YYB_iOSComponent/RefreshView/Base": [
79             ]
80           }
81         },
82         {
83           "name": "Extension",
84           "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Extension/**/*.{h,m}",
85           "dependencies": {
86             "Masonry": [
88             ],
89             "YYB_iOSComponent/RefreshView/Base": [
91             ],
92             "YYB_iOSComponent/RefreshView/Category": [
94             ]
95           }
96         }
97       ]
98     },
99     {
100       "name": "ShadowView",
101       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/ShadowView/**/*.{h,m}",
102       "dependencies": {
103         "Masonry": [
105         ],
106         "YYB_iOSComponent/Category": [
108         ]
109       }
110     },
111     {
112       "name": "ShadowButton",
113       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/ShadowButton/**/*.{h,m}",
114       "dependencies": {
115         "Masonry": [
117         ],
118         "YYB_iOSComponent/Category": [
120         ]
121       }
122     },
123     {
124       "name": "Base",
125       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Base/**/*",
126       "dependencies": {
127         "Masonry": [
129         ],
130         "ReactiveObjC": [
132         ],
133         "TPKeyboardAvoiding": [
135         ],
136         "FDFullscreenPopGesture": [
138         ],
139         "YYB_iOSComponent/Category": [
141         ],
142         "YYB_iOSComponent/NavigationBar": [
144         ]
145       }
146     },
147     {
148       "name": "PhotoBrowser",
149       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/**/*",
150       "dependencies": {
151         "YYB_iOSComponent/Base": [
153         ],
154         "YYB_iOSComponent/AlertView": [
156         ],
157         "SDWebImage": [
159         ]
160       }
161     },
162     {
163       "name": "PhotoViewController",
164       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/**/*",
165       "dependencies": {
166         "YYB_iOSComponent/Base": [
168         ],
169         "YYB_iOSComponent/AlertView": [
171         ]
172       },
173       "frameworks": "Photos"
174     }
175   ]