[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 0.0.10 / PoporFoundation.podspec.json
blob91b5bdb4ab7869adfa6afb3195ce3f90d052b2dd
2   "name": "PoporFoundation",
3   "version": "0.0.10",
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.10"
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*.{h,m}"
47     },
48     {
49       "name": "prefix",
50       "ios": {
51         "dependencies": {
52           "PoporFoundation/PrefixOs": [
54           ]
55         }
56       },
57       "osx": {
58         "dependencies": {
59           "PoporFoundation/PrefixOs": [
61           ]
62         }
63       },
64       "tvos": {
65         "dependencies": {
66           "PoporFoundation/PrefixOs": [
68           ]
69         }
70       },
71       "source_files": [
72         "PoporFoundation/Classes/BlockMacroDefines.h",
73         "PoporFoundation/Classes/ColorPrefix.h",
74         "PoporFoundation/Classes/FontPrefix.h",
75         "PoporFoundation/Classes/FunctionPrefix.h",
76         "PoporFoundation/Classes/SizePrefix.h"
77       ]
78     },
79     {
80       "name": "NSString",
81       "ios": {
82         "dependencies": {
83           "PoporFoundation/PrefixOs": [
85           ]
86         }
87       },
88       "osx": {
89         "dependencies": {
90           "PoporFoundation/PrefixOs": [
92           ]
93         }
94       },
95       "tvos": {
96         "dependencies": {
97           "PoporFoundation/PrefixOs": [
99           ]
100         }
101       },
102       "source_files": "PoporFoundation/Classes/NSString*.{h,m}"
103     },
104     {
105       "name": "PrefixOs",
106       "source_files": "PoporFoundation/Classes/PrefixOs.h"
107     },
108     {
109       "name": "NSArray",
110       "ios": {
111         "dependencies": {
112           "PoporFoundation/NSObject": [
114           ],
115           "PoporFoundation/prefix": [
117           ]
118         }
119       },
120       "osx": {
121         "dependencies": {
122           "PoporFoundation/NSObject": [
124           ],
125           "PoporFoundation/prefix": [
127           ]
128         }
129       },
130       "tvos": {
131         "dependencies": {
132           "PoporFoundation/NSObject": [
134           ],
135           "PoporFoundation/prefix": [
137           ]
138         }
139       },
140       "source_files": [
141         "PoporFoundation/Classes/NSArray*.{h,m}",
142         "PoporFoundation/Classes/NSMutableArray*.{h,m}"
143       ]
144     },
145     {
146       "name": "NSAssistant",
147       "ios": {
148         "dependencies": {
149           "PoporFoundation/prefix": [
151           ]
152         }
153       },
154       "osx": {
155         "dependencies": {
156           "PoporFoundation/prefix": [
158           ]
159         }
160       },
161       "tvos": {
162         "dependencies": {
163           "PoporFoundation/prefix": [
165           ]
166         }
167       },
168       "source_files": "PoporFoundation/Classes/NSAssistant.{h,m}"
169     },
170     {
171       "name": "NSData",
172       "source_files": "PoporFoundation/Classes/NSData*.{h,m}"
173     },
174     {
175       "name": "NSDate",
176       "ios": {
177         "dependencies": {
178           "PoporFoundation/NSString": [
180           ]
181         }
182       },
183       "osx": {
184         "dependencies": {
185           "PoporFoundation/NSString": [
187           ]
188         }
189       },
190       "tvos": {
191         "dependencies": {
192           "PoporFoundation/NSString": [
194           ]
195         }
196       },
197       "source_files": "PoporFoundation/Classes/NSDate*.{h,m}"
198     },
199     {
200       "name": "NSDictionary",
201       "ios": {
202         "dependencies": {
203           "PoporFoundation/NSObject": [
205           ],
206           "PoporFoundation/prefix": [
208           ]
209         }
210       },
211       "osx": {
212         "dependencies": {
213           "PoporFoundation/NSObject": [
215           ],
216           "PoporFoundation/prefix": [
218           ]
219         }
220       },
221       "tvos": {
222         "dependencies": {
223           "PoporFoundation/NSObject": [
225           ],
226           "PoporFoundation/prefix": [
228           ]
229         }
230       },
231       "source_files": "PoporFoundation/Classes/NSDictionary*.{h,m}"
232     },
233     {
234       "name": "NSURL",
235       "ios": {
236         "dependencies": {
237           "PoporFoundation/NSObject": [
239           ]
240         }
241       },
242       "osx": {
243         "dependencies": {
244           "PoporFoundation/NSObject": [
246           ]
247         }
248       },
249       "tvos": {
250         "dependencies": {
251           "PoporFoundation/NSObject": [
253           ]
254         }
255       },
256       "source_files": "PoporFoundation/Classes/NSURL*.{h,m}"
257     },
258     {
259       "name": "ScreenCommonSize",
260       "source_files": "PoporFoundation/Classes/ScreenCommonSize.{h,m}"
261     },
262     {
263       "name": "NSDecimalNumber",
264       "ios": {
265         "dependencies": {
266           "PoporFoundation/NSObject": [
268           ]
269         }
270       },
271       "osx": {
272         "dependencies": {
273           "PoporFoundation/NSObject": [
275           ]
276         }
277       },
278       "tvos": {
279         "dependencies": {
280           "PoporFoundation/NSObject": [
282           ]
283         }
284       },
285       "source_files": "PoporFoundation/Classes/NSDecimalNumber*.{h,m}"
286     }
287   ]