[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 1.14 / PoporFoundation.podspec.json
blob47acb587e82e9b060ba439bcbec4af22695f7627
2   "name": "PoporFoundation",
3   "version": "1.14",
4   "summary": "1.Some safe function with runtime, NSArray, NSDictionary, NSURL etc. 2.Some useful tools",
5   "homepage": "https://github.com/popor/PoporFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "popor": "908891024@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/popor/PoporFoundation.git",
15     "tag": "1.14"
16   },
17   "requires_arc": true,
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "UIKit"
22     ]
23   },
24   "tvos": {
25     "frameworks": [
26       "Foundation",
27       "UIKit"
28     ]
29   },
30   "osx": {
31     "frameworks": [
32       "Foundation",
33       "AppKit"
34     ]
35   },
36   "platforms": {
37     "ios": "8.0",
38     "osx": "10.10",
39     "tvos": "9.0"
40   },
41   "source_files": "PoporFoundation/Classes/PoporFoundation.h",
42   "public_header_files": "PoporFoundation/Classes/PoporFoundation.h",
43   "subspecs": [
44     {
45       "name": "Os",
46       "source_files": "PoporFoundation/Classes/Os/*.h"
47     },
48     {
49       "name": "Prefix",
50       "ios": {
51         "dependencies": {
52           "PoporFoundation/Os": [
54           ]
55         }
56       },
57       "osx": {
58         "dependencies": {
59           "PoporFoundation/Os": [
61           ]
62         }
63       },
64       "tvos": {
65         "dependencies": {
66           "PoporFoundation/Os": [
68           ]
69         }
70       },
71       "source_files": "PoporFoundation/Classes/Prefix/*.h"
72     },
73     {
74       "name": "NSObject",
75       "source_files": "PoporFoundation/Classes/NSObject/*.{h,m}"
76     },
77     {
78       "name": "KVO",
79       "source_files": "PoporFoundation/Classes/KVO/*.{h,m}"
80     },
81     {
82       "name": "NSString",
83       "ios": {
84         "dependencies": {
85           "PoporFoundation/Os": [
87           ],
88           "PoporFoundation/NSObject": [
90           ],
91           "PoporFoundation/Prefix": [
93           ]
94         }
95       },
96       "osx": {
97         "dependencies": {
98           "PoporFoundation/Os": [
100           ],
101           "PoporFoundation/NSObject": [
103           ],
104           "PoporFoundation/Prefix": [
106           ]
107         }
108       },
109       "tvos": {
110         "dependencies": {
111           "PoporFoundation/Os": [
113           ],
114           "PoporFoundation/NSObject": [
116           ],
117           "PoporFoundation/Prefix": [
119           ]
120         }
121       },
122       "source_files": "PoporFoundation/Classes/NSString/*.{h,m}"
123     },
124     {
125       "name": "NSTimer",
126       "source_files": "PoporFoundation/Classes/NSTimer/*.{h,m}"
127     },
128     {
129       "name": "NSArray",
130       "ios": {
131         "dependencies": {
132           "PoporFoundation/NSObject": [
134           ],
135           "PoporFoundation/Prefix": [
137           ]
138         }
139       },
140       "osx": {
141         "dependencies": {
142           "PoporFoundation/NSObject": [
144           ],
145           "PoporFoundation/Prefix": [
147           ]
148         }
149       },
150       "tvos": {
151         "dependencies": {
152           "PoporFoundation/NSObject": [
154           ],
155           "PoporFoundation/Prefix": [
157           ]
158         }
159       },
160       "source_files": "PoporFoundation/Classes/NSArray/*.{h,m}"
161     },
162     {
163       "name": "NSAssistant",
164       "ios": {
165         "dependencies": {
166           "PoporFoundation/Os": [
168           ],
169           "PoporFoundation/Prefix": [
171           ]
172         }
173       },
174       "osx": {
175         "dependencies": {
176           "PoporFoundation/Os": [
178           ],
179           "PoporFoundation/Prefix": [
181           ]
182         }
183       },
184       "tvos": {
185         "dependencies": {
186           "PoporFoundation/Os": [
188           ],
189           "PoporFoundation/Prefix": [
191           ]
192         }
193       },
194       "source_files": "PoporFoundation/Classes/NSAssistant/*.{h,m}"
195     },
196     {
197       "name": "NSData",
198       "source_files": "PoporFoundation/Classes/NSData/*.{h,m}"
199     },
200     {
201       "name": "NSDate",
202       "ios": {
203         "dependencies": {
204           "PoporFoundation/NSString": [
206           ]
207         }
208       },
209       "osx": {
210         "dependencies": {
211           "PoporFoundation/NSString": [
213           ]
214         }
215       },
216       "tvos": {
217         "dependencies": {
218           "PoporFoundation/NSString": [
220           ]
221         }
222       },
223       "source_files": "PoporFoundation/Classes/NSDate/*.{h,m}"
224     },
225     {
226       "name": "NSDictionary",
227       "ios": {
228         "dependencies": {
229           "PoporFoundation/NSObject": [
231           ],
232           "PoporFoundation/Prefix": [
234           ]
235         }
236       },
237       "osx": {
238         "dependencies": {
239           "PoporFoundation/NSObject": [
241           ],
242           "PoporFoundation/Prefix": [
244           ]
245         }
246       },
247       "tvos": {
248         "dependencies": {
249           "PoporFoundation/NSObject": [
251           ],
252           "PoporFoundation/Prefix": [
254           ]
255         }
256       },
257       "source_files": "PoporFoundation/Classes/NSDictionary/*.{h,m}"
258     },
259     {
260       "name": "NSURL",
261       "ios": {
262         "dependencies": {
263           "PoporFoundation/NSObject": [
265           ],
266           "PoporFoundation/NSString": [
268           ]
269         }
270       },
271       "osx": {
272         "dependencies": {
273           "PoporFoundation/NSObject": [
275           ],
276           "PoporFoundation/NSString": [
278           ]
279         }
280       },
281       "tvos": {
282         "dependencies": {
283           "PoporFoundation/NSObject": [
285           ],
286           "PoporFoundation/NSString": [
288           ]
289         }
290       },
291       "source_files": "PoporFoundation/Classes/NSURL/*.{h,m}"
292     },
293     {
294       "name": "NSDecimalNumber",
295       "ios": {
296         "dependencies": {
297           "PoporFoundation/NSObject": [
299           ]
300         }
301       },
302       "osx": {
303         "dependencies": {
304           "PoporFoundation/NSObject": [
306           ]
307         }
308       },
309       "tvos": {
310         "dependencies": {
311           "PoporFoundation/NSObject": [
313           ]
314         }
315       },
316       "source_files": "PoporFoundation/Classes/NSDecimalNumber/*.{h,m}"
317     },
318     {
319       "name": "NSFileManager",
320       "source_files": "PoporFoundation/Classes/NSFileManager/*.{h,m}"
321     }
322   ]