[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 1.13 / PoporFoundation.podspec.json
blobe4a9d40b2ceb8f28dfeeb6f7c0d7b9c087121a75
2   "name": "PoporFoundation",
3   "version": "1.13",
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.13"
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": "NSArray",
126       "ios": {
127         "dependencies": {
128           "PoporFoundation/NSObject": [
130           ],
131           "PoporFoundation/Prefix": [
133           ]
134         }
135       },
136       "osx": {
137         "dependencies": {
138           "PoporFoundation/NSObject": [
140           ],
141           "PoporFoundation/Prefix": [
143           ]
144         }
145       },
146       "tvos": {
147         "dependencies": {
148           "PoporFoundation/NSObject": [
150           ],
151           "PoporFoundation/Prefix": [
153           ]
154         }
155       },
156       "source_files": "PoporFoundation/Classes/NSArray/*.{h,m}"
157     },
158     {
159       "name": "NSAssistant",
160       "ios": {
161         "dependencies": {
162           "PoporFoundation/Os": [
164           ],
165           "PoporFoundation/Prefix": [
167           ]
168         }
169       },
170       "osx": {
171         "dependencies": {
172           "PoporFoundation/Os": [
174           ],
175           "PoporFoundation/Prefix": [
177           ]
178         }
179       },
180       "tvos": {
181         "dependencies": {
182           "PoporFoundation/Os": [
184           ],
185           "PoporFoundation/Prefix": [
187           ]
188         }
189       },
190       "source_files": "PoporFoundation/Classes/NSAssistant/*.{h,m}"
191     },
192     {
193       "name": "NSData",
194       "source_files": "PoporFoundation/Classes/NSData/*.{h,m}"
195     },
196     {
197       "name": "NSDate",
198       "ios": {
199         "dependencies": {
200           "PoporFoundation/NSString": [
202           ]
203         }
204       },
205       "osx": {
206         "dependencies": {
207           "PoporFoundation/NSString": [
209           ]
210         }
211       },
212       "tvos": {
213         "dependencies": {
214           "PoporFoundation/NSString": [
216           ]
217         }
218       },
219       "source_files": "PoporFoundation/Classes/NSDate/*.{h,m}"
220     },
221     {
222       "name": "NSDictionary",
223       "ios": {
224         "dependencies": {
225           "PoporFoundation/NSObject": [
227           ],
228           "PoporFoundation/Prefix": [
230           ]
231         }
232       },
233       "osx": {
234         "dependencies": {
235           "PoporFoundation/NSObject": [
237           ],
238           "PoporFoundation/Prefix": [
240           ]
241         }
242       },
243       "tvos": {
244         "dependencies": {
245           "PoporFoundation/NSObject": [
247           ],
248           "PoporFoundation/Prefix": [
250           ]
251         }
252       },
253       "source_files": "PoporFoundation/Classes/NSDictionary/*.{h,m}"
254     },
255     {
256       "name": "NSURL",
257       "ios": {
258         "dependencies": {
259           "PoporFoundation/NSObject": [
261           ],
262           "PoporFoundation/NSString": [
264           ]
265         }
266       },
267       "osx": {
268         "dependencies": {
269           "PoporFoundation/NSObject": [
271           ],
272           "PoporFoundation/NSString": [
274           ]
275         }
276       },
277       "tvos": {
278         "dependencies": {
279           "PoporFoundation/NSObject": [
281           ],
282           "PoporFoundation/NSString": [
284           ]
285         }
286       },
287       "source_files": "PoporFoundation/Classes/NSURL/*.{h,m}"
288     },
289     {
290       "name": "NSDecimalNumber",
291       "ios": {
292         "dependencies": {
293           "PoporFoundation/NSObject": [
295           ]
296         }
297       },
298       "osx": {
299         "dependencies": {
300           "PoporFoundation/NSObject": [
302           ]
303         }
304       },
305       "tvos": {
306         "dependencies": {
307           "PoporFoundation/NSObject": [
309           ]
310         }
311       },
312       "source_files": "PoporFoundation/Classes/NSDecimalNumber/*.{h,m}"
313     },
314     {
315       "name": "NSFileManager",
316       "source_files": "PoporFoundation/Classes/NSFileManager/*.{h,m}"
317     }
318   ]