[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 7 / YYB_iOSComponent / 0.0.7 / YYB_iOSComponent.podspec.json
blobb1cdd71336e080fff9ca0571467bef742d61b9fa
2   "name": "YYB_iOSComponent",
3   "version": "0.0.7",
4   "summary": "YYB_iOSComponent",
5   "description": "A pod for iOS develope components",
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.7"
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/**/*.{h,m}",
126       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/Base_Icons.xcassets",
127       "dependencies": {
128         "Masonry": [
130         ],
131         "ReactiveObjC": [
133         ],
134         "TPKeyboardAvoiding": [
136         ],
137         "FDFullscreenPopGesture": [
139         ],
140         "YYB_iOSComponent/Category": [
142         ],
143         "YYB_iOSComponent/NavigationBar": [
145         ]
146       }
147     },
148     {
149       "name": "PhotoBrowser",
150       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/**/*.{h,m}",
151       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser_Icons.xcassets",
152       "dependencies": {
153         "YYB_iOSComponent/Base": [
155         ],
156         "SDWebImage": [
158         ]
159       }
160     },
161     {
162       "name": "PhotoViewController",
163       "source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/**/*.{h,m}",
164       "resources": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController_Icons.xcassets",
165       "dependencies": {
166         "YYB_iOSComponent/Base": [
168         ],
169         "YYB_iOSComponent/AlertView": [
171         ]
172       },
173       "frameworks": "Photos"
174     }
175   ]