[Add] Mobilisten 9.2.1
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 0.0.14 / PoporFoundation.podspec.json
blob2f5b278c1ead63bfdbfd3b38c2375757740b21a8
2   "name": "PoporFoundation",
3   "version": "0.0.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": "0.0.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": "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/prefixCore": [
155           ]
156         }
157       },
158       "osx": {
159         "dependencies": {
160           "PoporFoundation/prefixCore": [
162           ]
163         }
164       },
165       "tvos": {
166         "dependencies": {
167           "PoporFoundation/prefixCore": [
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/prefixCore": [
212           ]
213         }
214       },
215       "osx": {
216         "dependencies": {
217           "PoporFoundation/NSObject": [
219           ],
220           "PoporFoundation/prefixCore": [
222           ]
223         }
224       },
225       "tvos": {
226         "dependencies": {
227           "PoporFoundation/NSObject": [
229           ],
230           "PoporFoundation/prefixCore": [
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         }
245       },
246       "osx": {
247         "dependencies": {
248           "PoporFoundation/NSObject": [
250           ]
251         }
252       },
253       "tvos": {
254         "dependencies": {
255           "PoporFoundation/NSObject": [
257           ]
258         }
259       },
260       "source_files": "PoporFoundation/Classes/NSURL*.{h,m}"
261     },
262     {
263       "name": "ScreenCommonSize",
264       "source_files": "PoporFoundation/Classes/ScreenCommonSize.{h,m}"
265     },
266     {
267       "name": "NSDecimalNumber",
268       "ios": {
269         "dependencies": {
270           "PoporFoundation/NSObject": [
272           ]
273         }
274       },
275       "osx": {
276         "dependencies": {
277           "PoporFoundation/NSObject": [
279           ]
280         }
281       },
282       "tvos": {
283         "dependencies": {
284           "PoporFoundation/NSObject": [
286           ]
287         }
288       },
289       "source_files": "PoporFoundation/Classes/NSDecimalNumber*.{h,m}"
290     }
291   ]