[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 1.05 / PoporFoundation.podspec.json
blobaee231e1e614c55a2b418f63dea9ddeff4330d27
2   "name": "PoporFoundation",
3   "version": "1.05",
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.05"
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         }
89       },
90       "osx": {
91         "dependencies": {
92           "PoporFoundation/Os": [
94           ]
95         }
96       },
97       "tvos": {
98         "dependencies": {
99           "PoporFoundation/Os": [
101           ]
102         }
103       },
104       "source_files": "PoporFoundation/Classes/NSString/*.{h,m}"
105     },
106     {
107       "name": "NSArray",
108       "ios": {
109         "dependencies": {
110           "PoporFoundation/NSObject": [
112           ],
113           "PoporFoundation/Prefix": [
115           ]
116         }
117       },
118       "osx": {
119         "dependencies": {
120           "PoporFoundation/NSObject": [
122           ],
123           "PoporFoundation/Prefix": [
125           ]
126         }
127       },
128       "tvos": {
129         "dependencies": {
130           "PoporFoundation/NSObject": [
132           ],
133           "PoporFoundation/Prefix": [
135           ]
136         }
137       },
138       "source_files": "PoporFoundation/Classes/NSArray/*.{h,m}"
139     },
140     {
141       "name": "NSAssistant",
142       "ios": {
143         "dependencies": {
144           "PoporFoundation/Os": [
146           ],
147           "PoporFoundation/Prefix": [
149           ]
150         }
151       },
152       "osx": {
153         "dependencies": {
154           "PoporFoundation/Os": [
156           ],
157           "PoporFoundation/Prefix": [
159           ]
160         }
161       },
162       "tvos": {
163         "dependencies": {
164           "PoporFoundation/Os": [
166           ],
167           "PoporFoundation/Prefix": [
169           ]
170         }
171       },
172       "source_files": "PoporFoundation/Classes/NSAssistant/*.{h,m}"
173     },
174     {
175       "name": "NSData",
176       "source_files": "PoporFoundation/Classes/NSData/*.{h,m}"
177     },
178     {
179       "name": "NSDate",
180       "ios": {
181         "dependencies": {
182           "PoporFoundation/NSString": [
184           ]
185         }
186       },
187       "osx": {
188         "dependencies": {
189           "PoporFoundation/NSString": [
191           ]
192         }
193       },
194       "tvos": {
195         "dependencies": {
196           "PoporFoundation/NSString": [
198           ]
199         }
200       },
201       "source_files": "PoporFoundation/Classes/NSDate/*.{h,m}"
202     },
203     {
204       "name": "NSDictionary",
205       "ios": {
206         "dependencies": {
207           "PoporFoundation/NSObject": [
209           ],
210           "PoporFoundation/Prefix": [
212           ]
213         }
214       },
215       "osx": {
216         "dependencies": {
217           "PoporFoundation/NSObject": [
219           ],
220           "PoporFoundation/Prefix": [
222           ]
223         }
224       },
225       "tvos": {
226         "dependencies": {
227           "PoporFoundation/NSObject": [
229           ],
230           "PoporFoundation/Prefix": [
232           ]
233         }
234       },
235       "source_files": "PoporFoundation/Classes/NSDictionary/*.{h,m}"
236     },
237     {
238       "name": "NSURL",
239       "ios": {
240         "dependencies": {
241           "PoporFoundation/NSObject": [
243           ],
244           "PoporFoundation/NSString": [
246           ]
247         }
248       },
249       "osx": {
250         "dependencies": {
251           "PoporFoundation/NSObject": [
253           ],
254           "PoporFoundation/NSString": [
256           ]
257         }
258       },
259       "tvos": {
260         "dependencies": {
261           "PoporFoundation/NSObject": [
263           ],
264           "PoporFoundation/NSString": [
266           ]
267         }
268       },
269       "source_files": "PoporFoundation/Classes/NSURL/*.{h,m}"
270     },
271     {
272       "name": "NSDecimalNumber",
273       "ios": {
274         "dependencies": {
275           "PoporFoundation/NSObject": [
277           ]
278         }
279       },
280       "osx": {
281         "dependencies": {
282           "PoporFoundation/NSObject": [
284           ]
285         }
286       },
287       "tvos": {
288         "dependencies": {
289           "PoporFoundation/NSObject": [
291           ]
292         }
293       },
294       "source_files": "PoporFoundation/Classes/NSDecimalNumber/*.{h,m}"
295     },
296     {
297       "name": "NSFileManager",
298       "source_files": "PoporFoundation/Classes/NSFileManager/*.{h,m}"
299     }
300   ]