[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / f / c / YDFoundation / 0.1.1 / YDFoundation.podspec.json
blob2997e5ca3815ade2d8797a209bf96ad5a1937001
2   "name": "YDFoundation",
3   "version": "0.1.1",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "A short description of YDFoundation.",
8   "description": "YDFoundation 组件库",
9   "homepage": "https://github.com/chong2vv/YDFoundation",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "wangyuandong": "chong2vv@163.com"
16   },
17   "source": {
18     "git": "https://github.com/chong2vv/YDFoundation.git",
19     "tag": "0.1.1"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreGraphics"
25   ],
26   "xcconfig": {
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
29     "OTHER_LDFLAGS": "-ObjC -lxml2"
30   },
31   "subspecs": [
32     {
33       "name": "YDRouter",
34       "source_files": [
35         "YDRouter/**/*.{h,m}"
36       ]
37     },
38     {
39       "name": "YDWebp",
40       "source_files": [
41         "YDWebp/**/*.{h,m}"
42       ],
43       "dependencies": {
44         "libwebp": [
45           "1.2.3"
46         ]
47       }
48     },
49     {
50       "name": "YDUtilKit",
51       "dependencies": {
52         "YDFoundation/YDFuncKit": [
54         ],
55         "YDFoundation/YDBaseUI": [
57         ],
58         "YDFoundation/YDUIKit": [
60         ],
61         "YDFoundation/YDTools": [
63         ],
64         "AFNetworking": [
65           "4.0.1"
66         ]
67       }
68     },
69     {
70       "name": "YDFuncKit",
71       "source_files": [
72         "YDFuncKit/**/*.{h,m}"
73       ]
74     },
75     {
76       "name": "YDBaseUI",
77       "source_files": [
78         "YDBaseUI/**/*.{h,m}"
79       ]
80     },
81     {
82       "name": "YDUIKit",
83       "source_files": [
84         "YDUIKit/**/*.{h,m}"
85       ],
86       "dependencies": {
87         "YDFoundation/YDFuncKit": [
89         ],
90         "YDFoundation/YDBaseUI": [
92         ]
93       }
94     },
95     {
96       "name": "YDTools",
97       "source_files": [
98         "YDTools/**/*.{h,m}"
99       ],
100       "dependencies": {
101         "YDFoundation/YDFuncKit": [
103         ],
104         "AFNetworking": [
105           "4.0.1"
106         ]
107       }
108     },
109     {
110       "name": "YDSVProgressHUD",
111       "source_files": [
112         "YDSVProgressHUD/**/*.{h,m}"
113       ],
114       "dependencies": {
115         "lottie-ios": [
116           "2.5.3"
117         ],
118         "SVProgressHUD": [
119           "2.2.5"
120         ],
121         "YYImage": [
122           "1.0.4"
123         ]
124       },
125       "resource_bundles": {
126         "YDSVProgressHUD": "YDSVProgressHUD/Assets/*"
127       }
128     },
129     {
130       "name": "YDAvoidCrashKit",
131       "dependencies": {
132         "YDFoundation/YDAvoidCrash": [
134         ],
135         "YDFoundation/YDLogger": [
137         ],
138         "YDFoundation/YDSafeThread": [
140         ]
141       }
142     },
143     {
144       "name": "YDSafeThread",
145       "source_files": [
146         "YDSafeThread/**/*.{h,m}"
147       ]
148     },
149     {
150       "name": "YDLogger",
151       "source_files": [
152         "YDLogger/**/*.{h,m}"
153       ],
154       "libraries": "c++"
155     },
156     {
157       "name": "YDLoggerUI",
158       "source_files": [
159         "YDLoggerUI/**/*.{h,m}"
160       ],
161       "dependencies": {
162         "YDFoundation/YDLogger": [
164         ]
165       }
166     },
167     {
168       "name": "YDAvoidCrash",
169       "source_files": [
170         "YDAvoidCrash/**/*.{h,m}"
171       ],
172       "dependencies": {
173         "YDFoundation/YDSafeThread": [
175         ],
176         "YDFoundation/YDLogger": [
178         ]
179       }
180     },
181     {
182       "name": "YDMonitor",
183       "source_files": [
184         "YDMonitor/**/*.{h,m}"
185       ],
186       "dependencies": {
187         "YDFoundation/YDLogger": [
189         ]
190       }
191     },
192     {
193       "name": "YDTimer",
194       "source_files": [
195         "YDTimer/**/*.{h,m}"
196       ],
197       "dependencies": {
198         "YDFoundation/YDSafeThread": [
200         ]
201       }
202     },
203     {
204       "name": "YDAvoidCrashKit",
205       "dependencies": {
206         "YDFoundation/YDActionAlert": [
208         ],
209         "YDFoundation/YDActionSheet": [
211         ],
212         "Masonry": [
213           "1.1.0"
214         ]
215       }
216     },
217     {
218       "name": "YDActionSheet",
219       "source_files": [
220         "YDActionSheet/**/*.{h,m}"
221       ],
222       "dependencies": {
223         "Masonry": [
224           "1.1.0"
225         ]
226       }
227     },
228     {
229       "name": "YDActionAlert",
230       "source_files": [
231         "YDActionAlert/**/*.{h,m}"
232       ]
233     },
234     {
235       "name": "YDFileManager",
236       "source_files": [
237         "YDFileManager/**/*.{h,m}"
238       ]
239     }
240   ]