[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 0 / c / 5 / NDUtils / 0.0.5.1 / NDUtils.podspec.json
blobd71d29701b5ca465fe1d42197864ebacd158133b
2   "name": "NDUtils",
3   "version": "0.0.5.1",
4   "summary": "Utility for Foundation, UIKit,....",
5   "description": "NDUtils is a small utility framework for Foundation, UIKit,....",
6   "homepage": "https://github.com/hiep-nd/nd-utils.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nguyen Duc Hiep": "hiep.nd@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": [
18     "4.0",
19     "5.1",
20     "5.2"
21   ],
22   "source": {
23     "git": "https://github.com/hiep-nd/nd-utils.git",
24     "tag": "Pod-0.0.5.1"
25   },
26   "default_subspecs": "Swift",
27   "subspecs": [
28     {
29       "name": "Core_ObjC",
30       "source_files": "Sources/Core_ObjC/*.{h,m,mm,swift}"
31     },
32     {
33       "name": "Core_Swift",
34       "dependencies": {
35         "NDUtils/Core_ObjC": [
37         ]
38       }
39     },
40     {
41       "name": "Core",
42       "dependencies": {
43         "NDUtils/Core_Swift": [
45         ]
46       }
47     },
48     {
49       "name": "libextobjc_ObjC",
50       "source_files": "Sources/libextobjc_ObjC/*.{h,m,mm,swift}",
51       "dependencies": {
52         "NDUtils/Core_ObjC": [
54         ]
55       }
56     },
57     {
58       "name": "libextobjc_Swift",
59       "dependencies": {
60         "NDUtils/libextobjc_ObjC": [
62         ]
63       }
64     },
65     {
66       "name": "libextobjc",
67       "dependencies": {
68         "NDUtils/libextobjc_Swift": [
70         ]
71       }
72     },
73     {
74       "name": "objc_ObjC",
75       "source_files": "Sources/objc_ObjC/*.{h,m,mm,swift}",
76       "dependencies": {
77         "NDUtils/Core_ObjC": [
79         ],
80         "NDLog/ObjC": [
81           "~> 0.0.6"
82         ]
83       }
84     },
85     {
86       "name": "objc_Swift",
87       "dependencies": {
88         "NDUtils/objc_ObjC": [
90         ]
91       }
92     },
93     {
94       "name": "objc",
95       "dependencies": {
96         "NDUtils/objc_Swift": [
98         ]
99       }
100     },
101     {
102       "name": "Foundation_ObjC",
103       "source_files": "Sources/Foundation_ObjC/*.{h,m,mm,swift}",
104       "frameworks": "Foundation",
105       "dependencies": {
106         "NDUtils/objc_ObjC": [
108         ],
109         "NDLog/ObjC": [
110           "~> 0.0.6"
111         ]
112       }
113     },
114     {
115       "name": "Foundation_Swift",
116       "source_files": "Sources/Foundation_Swift/*.{h,m,mm,swift}",
117       "dependencies": {
118         "NDUtils/Foundation_ObjC": [
120         ]
121       }
122     },
123     {
124       "name": "Foundation",
125       "dependencies": {
126         "NDUtils/Foundation_Swift": [
128         ]
129       }
130     },
131     {
132       "name": "QuartzCore_ObjC",
133       "source_files": "Sources/QuartzCore_ObjC/*.{h,m,mm,swift}",
134       "frameworks": "QuartzCore",
135       "dependencies": {
136         "NDUtils/objc_ObjC": [
138         ]
139       }
140     },
141     {
142       "name": "QuartzCore_Swift",
143       "source_files": "Sources/QuartzCore_Swift/*.{h,m,mm,swift}",
144       "dependencies": {
145         "NDUtils/QuartzCore_ObjC": [
147         ]
148       }
149     },
150     {
151       "name": "QuartzCore",
152       "dependencies": {
153         "NDUtils/QuartzCore_Swift": [
155         ]
156       }
157     },
158     {
159       "name": "UIKit_ObjC",
160       "source_files": "Sources/UIKit_ObjC/*.{h,m,mm,swift}",
161       "frameworks": "UIKit",
162       "dependencies": {
163         "NDUtils/QuartzCore_ObjC": [
165         ]
166       }
167     },
168     {
169       "name": "UIKit_Swift",
170       "source_files": "Sources/UIKit_Swift/*.{h,m,mm,swift}",
171       "dependencies": {
172         "NDUtils/UIKit_ObjC": [
174         ]
175       }
176     },
177     {
178       "name": "UIKit",
179       "dependencies": {
180         "NDUtils/UIKit_Swift": [
182         ]
183       }
184     },
185     {
186       "name": "ObjC",
187       "dependencies": {
188         "NDUtils/Core_ObjC": [
190         ],
191         "NDUtils/libextobjc_ObjC": [
193         ],
194         "NDUtils/objc_ObjC": [
196         ],
197         "NDUtils/Foundation_ObjC": [
199         ],
200         "NDUtils/QuartzCore_ObjC": [
202         ],
203         "NDUtils/UIKit_ObjC": [
205         ]
206       }
207     },
208     {
209       "name": "Swift",
210       "dependencies": {
211         "NDUtils/Core_Swift": [
213         ],
214         "NDUtils/libextobjc_Swift": [
216         ],
217         "NDUtils/objc_Swift": [
219         ],
220         "NDUtils/Foundation_Swift": [
222         ],
223         "NDUtils/QuartzCore_Swift": [
225         ],
226         "NDUtils/UIKit_Swift": [
228         ]
229       }
230     }
231   ],
232   "swift_version": "5.2"