[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 0.0.8 / PoporFoundation.podspec.json
blob23f365f501188115adfb1c2f721d145882c4b27d
2   "name": "PoporFoundation",
3   "version": "0.0.8",
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.8"
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       "source_files": [
51         "PoporFoundation/Classes/BlockMacroDefines.h",
52         "PoporFoundation/Classes/ColorPrefix.h",
53         "PoporFoundation/Classes/FontPrefix.h",
54         "PoporFoundation/Classes/FunctionPrefix.h",
55         "PoporFoundation/Classes/SizePrefix.h"
56       ]
57     },
58     {
59       "name": "NSString",
60       "source_files": "PoporFoundation/Classes/NSString*.{h,m}"
61     },
62     {
63       "name": "NSArray",
64       "ios": {
65         "dependencies": {
66           "PoporFoundation/NSObject": [
68           ],
69           "PoporFoundation/prefix": [
71           ]
72         }
73       },
74       "osx": {
75         "dependencies": {
76           "PoporFoundation/NSObject": [
78           ],
79           "PoporFoundation/prefix": [
81           ]
82         }
83       },
84       "tvos": {
85         "dependencies": {
86           "PoporFoundation/NSObject": [
88           ],
89           "PoporFoundation/prefix": [
91           ]
92         }
93       },
94       "source_files": [
95         "PoporFoundation/Classes/NSArray*.{h,m}",
96         "PoporFoundation/Classes/NSMutableArray*.{h,m}"
97       ]
98     },
99     {
100       "name": "NSAssistant",
101       "ios": {
102         "dependencies": {
103           "PoporFoundation/prefix": [
105           ]
106         }
107       },
108       "osx": {
109         "dependencies": {
110           "PoporFoundation/prefix": [
112           ]
113         }
114       },
115       "tvos": {
116         "dependencies": {
117           "PoporFoundation/prefix": [
119           ]
120         }
121       },
122       "source_files": "PoporFoundation/Classes/NSAssistant.{h,m}"
123     },
124     {
125       "name": "NSData",
126       "source_files": "PoporFoundation/Classes/NSData*.{h,m}"
127     },
128     {
129       "name": "NSDate",
130       "ios": {
131         "dependencies": {
132           "PoporFoundation/NSString": [
134           ]
135         }
136       },
137       "osx": {
138         "dependencies": {
139           "PoporFoundation/NSString": [
141           ]
142         }
143       },
144       "tvos": {
145         "dependencies": {
146           "PoporFoundation/NSString": [
148           ]
149         }
150       },
151       "source_files": "PoporFoundation/Classes/NSDate*.{h,m}"
152     },
153     {
154       "name": "NSDictionary",
155       "ios": {
156         "dependencies": {
157           "PoporFoundation/NSObject": [
159           ],
160           "PoporFoundation/prefix": [
162           ]
163         }
164       },
165       "osx": {
166         "dependencies": {
167           "PoporFoundation/NSObject": [
169           ],
170           "PoporFoundation/prefix": [
172           ]
173         }
174       },
175       "tvos": {
176         "dependencies": {
177           "PoporFoundation/NSObject": [
179           ],
180           "PoporFoundation/prefix": [
182           ]
183         }
184       },
185       "source_files": "PoporFoundation/Classes/NSDictionary*.{h,m}"
186     },
187     {
188       "name": "NSURL",
189       "ios": {
190         "dependencies": {
191           "PoporFoundation/NSObject": [
193           ]
194         }
195       },
196       "osx": {
197         "dependencies": {
198           "PoporFoundation/NSObject": [
200           ]
201         }
202       },
203       "tvos": {
204         "dependencies": {
205           "PoporFoundation/NSObject": [
207           ]
208         }
209       },
210       "source_files": "PoporFoundation/Classes/NSURL*.{h,m}"
211     },
212     {
213       "name": "ScreenCommonSize",
214       "source_files": "PoporFoundation/Classes/ScreenCommonSize.{h,m}"
215     },
216     {
217       "name": "NSDecimalNumber",
218       "ios": {
219         "dependencies": {
220           "PoporFoundation/NSObject": [
222           ]
223         }
224       },
225       "osx": {
226         "dependencies": {
227           "PoporFoundation/NSObject": [
229           ]
230         }
231       },
232       "tvos": {
233         "dependencies": {
234           "PoporFoundation/NSObject": [
236           ]
237         }
238       },
239       "source_files": "PoporFoundation/Classes/NSDecimalNumber*.{h,m}"
240     }
241   ]