[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 2 / PoporFoundation / 0.0.3 / PoporFoundation.podspec.json
blob4d14586258c686eb419e8c1e7ab5cda8ab796bac
2   "name": "PoporFoundation",
3   "version": "0.0.3",
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.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "source_files": "PoporFoundation/Classes/PoporFoundation.h",
26   "public_header_files": "PoporFoundation/Classes/PoporFoundation.h",
27   "subspecs": [
28     {
29       "name": "NSObject",
30       "source_files": "PoporFoundation/Classes/NSObject*.{h,m}"
31     },
32     {
33       "name": "prefix",
34       "source_files": [
35         "PoporFoundation/Classes/BlockMacroDefines.h",
36         "PoporFoundation/Classes/ColorPrefix.h",
37         "PoporFoundation/Classes/FontPrefix.h",
38         "PoporFoundation/Classes/FunctionPrefix.h",
39         "PoporFoundation/Classes/SizePrefix.h"
40       ]
41     },
42     {
43       "name": "NSString",
44       "ios": {
45         "dependencies": {
46           "PoporFoundation/prefix": [
48           ]
49         }
50       },
51       "source_files": "PoporFoundation/Classes/NSString*.{h,m}"
52     },
53     {
54       "name": "NSArray",
55       "ios": {
56         "dependencies": {
57           "PoporFoundation/NSObject": [
59           ],
60           "PoporFoundation/prefix": [
62           ]
63         }
64       },
65       "source_files": [
66         "PoporFoundation/Classes/NSArray*.{h,m}",
67         "PoporFoundation/Classes/NSMutableArray*.{h,m}"
68       ]
69     },
70     {
71       "name": "NSAssistant",
72       "ios": {
73         "dependencies": {
74           "PoporFoundation/prefix": [
76           ]
77         }
78       },
79       "source_files": "PoporFoundation/Classes/NSAssistant.{h,m}"
80     },
81     {
82       "name": "NSData",
83       "source_files": "PoporFoundation/Classes/NSData*.{h,m}"
84     },
85     {
86       "name": "NSDate",
87       "ios": {
88         "dependencies": {
89           "PoporFoundation/NSString": [
91           ]
92         }
93       },
94       "source_files": "PoporFoundation/Classes/NSDate*.{h,m}"
95     },
96     {
97       "name": "NSDictionary",
98       "ios": {
99         "dependencies": {
100           "PoporFoundation/NSObject": [
102           ],
103           "PoporFoundation/prefix": [
105           ]
106         }
107       },
108       "source_files": "PoporFoundation/Classes/NSDictionary*.{h,m}"
109     },
110     {
111       "name": "NSURL",
112       "ios": {
113         "dependencies": {
114           "PoporFoundation/NSObject": [
116           ]
117         }
118       },
119       "source_files": "PoporFoundation/Classes/NSURL*.{h,m}"
120     },
121     {
122       "name": "ScreenCommonSize",
123       "source_files": "PoporFoundation/Classes/ScreenCommonSize.{h,m}"
124     },
125     {
126       "name": "NSDecimalNumber",
127       "ios": {
128         "dependencies": {
129           "PoporFoundation/NSObject": [
131           ]
132         }
133       },
134       "source_files": "PoporFoundation/Classes/NSDecimalNumber*.{h,m}"
135     }
136   ]