[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 3.08 / PoporFoundation.podspec.json
blob249379f72a1ea5b0987c8eb64fa669868969babf
2   "name": "PoporFoundation",
3   "version": "3.08",
4   "summary": "1. Some safe function with runtime, NSArray, NSDictionary, NSURL etc.\n2. Some useful tools\n3. 2.0以后移除了数据安全代码(转移到了PoporOcSafe)",
5   "homepage": "https://gitee.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://gitee.com/popor/PoporFoundation.git",
15     "tag": "3.08"
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": "9.0",
38     "osx": "10.13",
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": "NSString",
79       "ios": {
80         "dependencies": {
81           "PoporFoundation/Os": [
83           ],
84           "PoporFoundation/NSObject": [
86           ],
87           "PoporFoundation/Prefix": [
89           ]
90         }
91       },
92       "osx": {
93         "dependencies": {
94           "PoporFoundation/Os": [
96           ],
97           "PoporFoundation/NSObject": [
99           ],
100           "PoporFoundation/Prefix": [
102           ]
103         }
104       },
105       "tvos": {
106         "dependencies": {
107           "PoporFoundation/Os": [
109           ],
110           "PoporFoundation/NSObject": [
112           ],
113           "PoporFoundation/Prefix": [
115           ]
116         }
117       },
118       "source_files": "PoporFoundation/Classes/NSString/*.{h,m}"
119     },
120     {
121       "name": "NSArray",
122       "ios": {
123         "dependencies": {
124           "PoporFoundation/NSObject": [
126           ],
127           "PoporFoundation/Prefix": [
129           ]
130         }
131       },
132       "osx": {
133         "dependencies": {
134           "PoporFoundation/NSObject": [
136           ],
137           "PoporFoundation/Prefix": [
139           ]
140         }
141       },
142       "tvos": {
143         "dependencies": {
144           "PoporFoundation/NSObject": [
146           ],
147           "PoporFoundation/Prefix": [
149           ]
150         }
151       },
152       "source_files": "PoporFoundation/Classes/NSArray/*.{h,m}"
153     },
154     {
155       "name": "NSAssistant",
156       "ios": {
157         "dependencies": {
158           "PoporFoundation/Os": [
160           ],
161           "PoporFoundation/Prefix": [
163           ]
164         }
165       },
166       "osx": {
167         "dependencies": {
168           "PoporFoundation/Os": [
170           ],
171           "PoporFoundation/Prefix": [
173           ]
174         }
175       },
176       "tvos": {
177         "dependencies": {
178           "PoporFoundation/Os": [
180           ],
181           "PoporFoundation/Prefix": [
183           ]
184         }
185       },
186       "source_files": "PoporFoundation/Classes/NSAssistant/*.{h,m}"
187     },
188     {
189       "name": "NSData",
190       "source_files": "PoporFoundation/Classes/NSData/*.{h,m}"
191     },
192     {
193       "name": "NSDate",
194       "ios": {
195         "dependencies": {
196           "PoporFoundation/NSString": [
198           ]
199         }
200       },
201       "osx": {
202         "dependencies": {
203           "PoporFoundation/NSString": [
205           ]
206         }
207       },
208       "tvos": {
209         "dependencies": {
210           "PoporFoundation/NSString": [
212           ]
213         }
214       },
215       "source_files": "PoporFoundation/Classes/NSDate/*.{h,m}"
216     },
217     {
218       "name": "NSDictionary",
219       "ios": {
220         "dependencies": {
221           "PoporFoundation/NSObject": [
223           ],
224           "PoporFoundation/Prefix": [
226           ]
227         }
228       },
229       "osx": {
230         "dependencies": {
231           "PoporFoundation/NSObject": [
233           ],
234           "PoporFoundation/Prefix": [
236           ]
237         }
238       },
239       "tvos": {
240         "dependencies": {
241           "PoporFoundation/NSObject": [
243           ],
244           "PoporFoundation/Prefix": [
246           ]
247         }
248       },
249       "source_files": "PoporFoundation/Classes/NSDictionary/*.{h,m}"
250     },
251     {
252       "name": "NSFileManager",
253       "source_files": "PoporFoundation/Classes/NSFileManager/*.{h,m}"
254     }
255   ]