[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 0 / XYYKit / 1.1.8 / XYYKit.podspec.json
blob2267c0a1de13c5a15dfa3e00eb6e8eed68664594
2   "name": "XYYKit",
3   "version": "1.1.8",
4   "summary": "框架库",
5   "authors": {
6     "LeslieChen": "102731887@qq.com"
7   },
8   "homepage": "https://coding.net/u/crh/p/XYYKit/git",
9   "social_media_url": "https://github.com/RonghangChen",
10   "license": "MIT",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/RonghangChen/XYYKit.git",
17     "tag": "1.1.8"
18   },
19   "subspecs": [
20     {
21       "name": "XYYKit",
22       "source_files": "XYYKit/*.h"
23     },
24     {
25       "name": "XYYFoundation",
26       "source_files": "XYYFoundation/**/*.{h,m}",
27       "resources": [
28         "XYYFoundation/Resources/*",
29         "XYYFoundation/**/*.{xib,nib,storyboard}"
30       ],
31       "frameworks": [
32         "UIKit",
33         "Foundation",
34         "Accelerate",
35         "CoreFoundation"
36       ],
37       "dependencies": {
38         "TTTAttributedLabel": [
40         ],
41         "MBProgressHUD": [
43         ],
44         "XYYKit/XYYKit": [
46         ]
47       }
48     },
49     {
50       "name": "XYYAppComponent",
51       "source_files": "XYYAppComponent/**/*.{h,m}",
52       "frameworks": [
53         "UIKit",
54         "Foundation",
55         "UserNotifications"
56       ],
57       "dependencies": {
58         "XYYKit/XYYModel": [
60         ],
61         "XYYKit/XYYFoundation": [
63         ]
64       }
65     },
66     {
67       "name": "XYYCache",
68       "source_files": "XYYCache/**/*.{h,m}",
69       "frameworks": [
70         "UIKit",
71         "Foundation"
72       ],
73       "dependencies": {
74         "XYYKit/XYYFoundation": [
76         ]
77       }
78     },
79     {
80       "name": "XYYNetConnection",
81       "source_files": "XYYNetConnection/**/*.{h,m}",
82       "frameworks": [
83         "UIKit",
84         "Foundation"
85       ],
86       "dependencies": {
87         "XYYKit/XYYFoundation": [
89         ]
90       }
91     },
92     {
93       "name": "XYYNetImage",
94       "source_files": "XYYNetImage/**/*.{h,m}",
95       "frameworks": [
96         "UIKit",
97         "Foundation"
98       ],
99       "dependencies": {
100         "XYYKit/XYYFoundation": [
102         ],
103         "XYYKit/XYYNetConnection": [
105         ],
106         "XYYKit/XYYCache": [
108         ]
109       }
110     },
111     {
112       "name": "XYYPageView",
113       "source_files": "XYYPageView/**/*.{h,m}",
114       "frameworks": [
115         "UIKit",
116         "Foundation"
117       ],
118       "dependencies": {
119         "XYYKit/XYYFoundation": [
121         ],
122         "XYYKit/XYYCache": [
124         ]
125       }
126     },
127     {
128       "name": "XYYScanImage",
129       "source_files": "XYYScanImage/**/*.{h,m}",
130       "frameworks": [
131         "UIKit",
132         "Foundation"
133       ],
134       "dependencies": {
135         "XYYKit/XYYFoundation": [
137         ],
138         "XYYKit/XYYPageView": [
140         ],
141         "XYYKit/XYYNetImage": [
143         ]
144       }
145     },
146     {
147       "name": "XYYImagePicker",
148       "source_files": "XYYImagePicker/**/*.{h,m}",
149       "resources": [
150         "XYYImagePicker/Resources/*",
151         "XYYImagePicker/**/*.{xib,nib,storyboard}"
152       ],
153       "frameworks": [
154         "UIKit",
155         "Foundation"
156       ],
157       "dependencies": {
158         "XYYKit/XYYFoundation": [
160         ]
161       }
162     },
163     {
164       "name": "XYYCodeScan",
165       "source_files": "XYYCodeScan/**/*.{h,m}",
166       "resources": "XYYCodeScan/Resources/*",
167       "frameworks": [
168         "UIKit",
169         "Foundation",
170         "AVFoundation",
171         "CoreImage"
172       ],
173       "dependencies": {
174         "XYYKit/XYYFoundation": [
176         ]
177       }
178     },
179     {
180       "name": "XYYSocialSNS",
181       "source_files": "XYYSocialSNS/**/*.{h,m}",
182       "resources": "XYYSocialSNS/Resources/*",
183       "frameworks": [
184         "UIKit",
185         "Foundation"
186       ],
187       "dependencies": {
188         "XYYKit/XYYFoundation": [
190         ]
191       }
192     },
193     {
194       "name": "XYYUserGuidePage",
195       "source_files": "XYYUserGuidePage/**/*.{h,m}",
196       "frameworks": [
197         "UIKit",
198         "Foundation"
199       ],
200       "dependencies": {
201         "XYYKit/XYYFoundation": [
203         ]
204       }
205     },
206     {
207       "name": "XYYDeclineMenu",
208       "source_files": "XYYDeclineMenu/**/*.{h,m}",
209       "resources": "XYYDeclineMenu/Resources/*",
210       "frameworks": [
211         "UIKit",
212         "Foundation"
213       ],
214       "dependencies": {
215         "XYYKit/XYYFoundation": [
217         ]
218       }
219     },
220     {
221       "name": "XYYPageLoad",
222       "source_files": "XYYPageLoad/**/*.{h,m}",
223       "frameworks": [
224         "UIKit",
225         "Foundation"
226       ],
227       "dependencies": {
228         "XYYKit/XYYFoundation": [
230         ],
231         "XYYKit/XYYPageView": [
233         ]
234       }
235     },
236     {
237       "name": "XYYModel",
238       "source_files": "XYYModel/**/*.{h,m}",
239       "frameworks": [
240         "UIKit",
241         "Foundation"
242       ],
243       "dependencies": {
244         "XYYKit/XYYKit": [
246         ]
247       }
248     },
249     {
250       "name": "XYYVoice",
251       "source_files": "XYYVoice/**/*.{h,m}",
252       "frameworks": [
253         "UIKit",
254         "Foundation",
255         "AVFoundation"
256       ],
257       "dependencies": {
258         "XYYKit/XYYFoundation": [
260         ],
261         "XYYKit/XYYCache": [
263         ],
264         "XYYKit/XYYNetConnection": [
266         ]
267       }
268     }
269   ]