[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / c / 5 / NDUtils / 1.0 / NDUtils.podspec.json
blob3aadfbc85abd4825dc717b57ce1ea7bca05f8cac
2   "name": "NDUtils",
3   "version": "1.0",
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-1.0"
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           "~> 1.0"
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           "~> 1.0"
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": "CoreGraphics_ObjC",
133       "source_files": "Sources/CoreGraphics_ObjC/*.{h,m,mm,swift}",
134       "frameworks": "CoreGraphics"
135     },
136     {
137       "name": "CoreGraphics_Swift",
138       "dependencies": {
139         "NDUtils/CoreGraphics_ObjC": [
141         ]
142       }
143     },
144     {
145       "name": "CoreGraphics",
146       "dependencies": {
147         "NDUtils/CoreGraphics_Swift": [
149         ]
150       }
151     },
152     {
153       "name": "QuartzCore_ObjC",
154       "source_files": "Sources/QuartzCore_ObjC/*.{h,m,mm,swift}",
155       "frameworks": "QuartzCore",
156       "dependencies": {
157         "NDUtils/objc_ObjC": [
159         ]
160       }
161     },
162     {
163       "name": "QuartzCore_Swift",
164       "source_files": "Sources/QuartzCore_Swift/*.{h,m,mm,swift}",
165       "dependencies": {
166         "NDUtils/QuartzCore_ObjC": [
168         ]
169       }
170     },
171     {
172       "name": "QuartzCore",
173       "dependencies": {
174         "NDUtils/QuartzCore_Swift": [
176         ]
177       }
178     },
179     {
180       "name": "UIKit_ObjC",
181       "source_files": "Sources/UIKit_ObjC/*.{h,m,mm,swift}",
182       "frameworks": "UIKit",
183       "dependencies": {
184         "NDUtils/CoreGraphics_ObjC": [
186         ],
187         "NDUtils/Foundation_ObjC": [
189         ],
190         "NDUtils/QuartzCore_ObjC": [
192         ],
193         "NDUtils/libextobjc_ObjC": [
195         ]
196       }
197     },
198     {
199       "name": "UIKit_Swift",
200       "source_files": "Sources/UIKit_Swift/*.{h,m,mm,swift}",
201       "dependencies": {
202         "NDUtils/UIKit_ObjC": [
204         ]
205       }
206     },
207     {
208       "name": "UIKit",
209       "dependencies": {
210         "NDUtils/UIKit_Swift": [
212         ]
213       }
214     },
215     {
216       "name": "ObjC",
217       "dependencies": {
218         "NDUtils/Core_ObjC": [
220         ],
221         "NDUtils/libextobjc_ObjC": [
223         ],
224         "NDUtils/objc_ObjC": [
226         ],
227         "NDUtils/Foundation_ObjC": [
229         ],
230         "NDUtils/CoreGraphics_ObjC": [
232         ],
233         "NDUtils/QuartzCore_ObjC": [
235         ],
236         "NDUtils/UIKit_ObjC": [
238         ]
239       }
240     },
241     {
242       "name": "Swift",
243       "dependencies": {
244         "NDUtils/Core_Swift": [
246         ],
247         "NDUtils/libextobjc_Swift": [
249         ],
250         "NDUtils/objc_Swift": [
252         ],
253         "NDUtils/Foundation_Swift": [
255         ],
256         "NDUtils/CoreGraphics_Swift": [
258         ],
259         "NDUtils/QuartzCore_Swift": [
261         ],
262         "NDUtils/UIKit_Swift": [
264         ]
265       }
266     }
267   ],
268   "swift_version": "5.2"