[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 0.0.25 / PoporFoundation.podspec.json
blobb4f9306e53a923f33a27de71cbb2a8ef4683586a
2   "name": "PoporFoundation",
3   "version": "0.0.25",
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.25"
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": "KVO",
50       "source_files": "PoporFoundation/Classes/KVO/*.{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": "PoporFoundation/Classes/PrefixCore/*.h"
76     },
77     {
78       "name": "NSString",
79       "ios": {
80         "dependencies": {
81           "PoporFoundation/PrefixOs": [
83           ]
84         }
85       },
86       "osx": {
87         "dependencies": {
88           "PoporFoundation/PrefixOs": [
90           ]
91         }
92       },
93       "tvos": {
94         "dependencies": {
95           "PoporFoundation/PrefixOs": [
97           ]
98         }
99       },
100       "source_files": "PoporFoundation/Classes/NSString/*.{h,m}"
101     },
102     {
103       "name": "PrefixOs",
104       "source_files": "PoporFoundation/Classes/PrefixOs/*.h"
105     },
106     {
107       "name": "NSArray",
108       "ios": {
109         "dependencies": {
110           "PoporFoundation/NSObject": [
112           ],
113           "PoporFoundation/PrefixCore": [
115           ]
116         }
117       },
118       "osx": {
119         "dependencies": {
120           "PoporFoundation/NSObject": [
122           ],
123           "PoporFoundation/PrefixCore": [
125           ]
126         }
127       },
128       "tvos": {
129         "dependencies": {
130           "PoporFoundation/NSObject": [
132           ],
133           "PoporFoundation/PrefixCore": [
135           ]
136         }
137       },
138       "source_files": "PoporFoundation/Classes/NSArray/*.{h,m}"
139     },
140     {
141       "name": "NSAssistant",
142       "ios": {
143         "dependencies": {
144           "PoporFoundation/PrefixOs": [
146           ],
147           "PoporFoundation/PrefixCore": [
149           ]
150         }
151       },
152       "osx": {
153         "dependencies": {
154           "PoporFoundation/PrefixOs": [
156           ],
157           "PoporFoundation/PrefixCore": [
159           ]
160         }
161       },
162       "tvos": {
163         "dependencies": {
164           "PoporFoundation/PrefixOs": [
166           ],
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": "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     {
288       "name": "NSFileManager",
289       "source_files": "PoporFoundation/Classes/NSFileManager/*.{h,m}"
290     }
291   ]