[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 0.0.18 / PoporFoundation.podspec.json
blob90eacca231c873173d4a5458d591cacc4ff9a432
2   "name": "PoporFoundation",
3   "version": "0.0.18",
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": "0.0.18"
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": "NSObject",
46       "source_files": "PoporFoundation/Classes/NSObject+Swizzling.{h,m}"
47     },
48     {
49       "name": "KVO",
50       "source_files": "PoporFoundation/Classes/NSObject+WMSafeKVO.{h,m}"
51     },
52     {
53       "name": "PrefixCore",
54       "ios": {
55         "dependencies": {
56           "PoporFoundation/PrefixOs": [
58           ]
59         }
60       },
61       "osx": {
62         "dependencies": {
63           "PoporFoundation/PrefixOs": [
65           ]
66         }
67       },
68       "tvos": {
69         "dependencies": {
70           "PoporFoundation/PrefixOs": [
72           ]
73         }
74       },
75       "source_files": [
76         "PoporFoundation/Classes/PrefixBlock.h",
77         "PoporFoundation/Classes/PrefixColor.h",
78         "PoporFoundation/Classes/PrefixFont.h",
79         "PoporFoundation/Classes/PrefixFun.h",
80         "PoporFoundation/Classes/PrefixSize.h"
81       ]
82     },
83     {
84       "name": "NSString",
85       "ios": {
86         "dependencies": {
87           "PoporFoundation/PrefixOs": [
89           ]
90         }
91       },
92       "osx": {
93         "dependencies": {
94           "PoporFoundation/PrefixOs": [
96           ]
97         }
98       },
99       "tvos": {
100         "dependencies": {
101           "PoporFoundation/PrefixOs": [
103           ]
104         }
105       },
106       "source_files": "PoporFoundation/Classes/NSString*.{h,m}"
107     },
108     {
109       "name": "PrefixOs",
110       "source_files": "PoporFoundation/Classes/PrefixOs.h"
111     },
112     {
113       "name": "NSArray",
114       "ios": {
115         "dependencies": {
116           "PoporFoundation/NSObject": [
118           ],
119           "PoporFoundation/PrefixCore": [
121           ]
122         }
123       },
124       "osx": {
125         "dependencies": {
126           "PoporFoundation/NSObject": [
128           ],
129           "PoporFoundation/PrefixCore": [
131           ]
132         }
133       },
134       "tvos": {
135         "dependencies": {
136           "PoporFoundation/NSObject": [
138           ],
139           "PoporFoundation/PrefixCore": [
141           ]
142         }
143       },
144       "source_files": [
145         "PoporFoundation/Classes/NSArray*.{h,m}",
146         "PoporFoundation/Classes/NSMutableArray*.{h,m}"
147       ]
148     },
149     {
150       "name": "NSAssistant",
151       "ios": {
152         "dependencies": {
153           "PoporFoundation/PrefixOs": [
155           ],
156           "PoporFoundation/PrefixCore": [
158           ]
159         }
160       },
161       "osx": {
162         "dependencies": {
163           "PoporFoundation/PrefixOs": [
165           ],
166           "PoporFoundation/PrefixCore": [
168           ]
169         }
170       },
171       "tvos": {
172         "dependencies": {
173           "PoporFoundation/PrefixOs": [
175           ],
176           "PoporFoundation/PrefixCore": [
178           ]
179         }
180       },
181       "source_files": "PoporFoundation/Classes/NSAssistant.{h,m}"
182     },
183     {
184       "name": "NSData",
185       "source_files": "PoporFoundation/Classes/NSData*.{h,m}"
186     },
187     {
188       "name": "NSDate",
189       "ios": {
190         "dependencies": {
191           "PoporFoundation/NSString": [
193           ]
194         }
195       },
196       "osx": {
197         "dependencies": {
198           "PoporFoundation/NSString": [
200           ]
201         }
202       },
203       "tvos": {
204         "dependencies": {
205           "PoporFoundation/NSString": [
207           ]
208         }
209       },
210       "source_files": "PoporFoundation/Classes/NSDate*.{h,m}"
211     },
212     {
213       "name": "NSDictionary",
214       "ios": {
215         "dependencies": {
216           "PoporFoundation/NSObject": [
218           ],
219           "PoporFoundation/PrefixCore": [
221           ]
222         }
223       },
224       "osx": {
225         "dependencies": {
226           "PoporFoundation/NSObject": [
228           ],
229           "PoporFoundation/PrefixCore": [
231           ]
232         }
233       },
234       "tvos": {
235         "dependencies": {
236           "PoporFoundation/NSObject": [
238           ],
239           "PoporFoundation/PrefixCore": [
241           ]
242         }
243       },
244       "source_files": "PoporFoundation/Classes/NSDictionary*.{h,m}"
245     },
246     {
247       "name": "NSURL",
248       "ios": {
249         "dependencies": {
250           "PoporFoundation/NSObject": [
252           ]
253         }
254       },
255       "osx": {
256         "dependencies": {
257           "PoporFoundation/NSObject": [
259           ]
260         }
261       },
262       "tvos": {
263         "dependencies": {
264           "PoporFoundation/NSObject": [
266           ]
267         }
268       },
269       "source_files": "PoporFoundation/Classes/NSURL*.{h,m}"
270     },
271     {
272       "name": "ScreenCommonSize",
273       "source_files": "PoporFoundation/Classes/ScreenCommonSize.{h,m}"
274     },
275     {
276       "name": "NSDecimalNumber",
277       "ios": {
278         "dependencies": {
279           "PoporFoundation/NSObject": [
281           ]
282         }
283       },
284       "osx": {
285         "dependencies": {
286           "PoporFoundation/NSObject": [
288           ]
289         }
290       },
291       "tvos": {
292         "dependencies": {
293           "PoporFoundation/NSObject": [
295           ]
296         }
297       },
298       "source_files": "PoporFoundation/Classes/NSDecimalNumber*.{h,m}"
299     }
300   ]