[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / c / 5 / NDUtils / 0.0.4.3 / NDUtils.podspec.json
blob3872e79fb46ef0312fb66b2045c3d3309961b920
2   "name": "NDUtils",
3   "version": "0.0.4.3",
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.4.3"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "NDUtils/*.{h,m,mm,swift}"
30     },
31     {
32       "name": "libextobjc",
33       "source_files": "NDUtils/libextobjc/**/*.{h,m,mm,swift}",
34       "dependencies": {
35         "NDUtils/Core": [
37         ]
38       }
39     },
40     {
41       "name": "objc",
42       "source_files": "NDUtils/objc/**/*.{h,m,mm,swift}",
43       "dependencies": {
44         "NDUtils/Core": [
46         ],
47         "NDLog": [
48           "~> 0.0.5"
49         ]
50       }
51     },
52     {
53       "name": "Foundation",
54       "source_files": "NDUtils/Foundation/**/*.{h,m,mm,swift}",
55       "frameworks": "Foundation",
56       "dependencies": {
57         "NDUtils/Core": [
59         ],
60         "NDLog": [
61           "~> 0.0.5"
62         ]
63       }
64     },
65     {
66       "name": "QuartzCore",
67       "source_files": "NDUtils/QuartzCore/**/*.{h,m,mm,swift}",
68       "frameworks": "QuartzCore",
69       "dependencies": {
70         "NDUtils/objc": [
72         ]
73       }
74     },
75     {
76       "name": "UIKit",
77       "source_files": "NDUtils/UIKit/**/*.{h,m,mm,swift}",
78       "frameworks": "UIKit",
79       "dependencies": {
80         "NDUtils/QuartzCore": [
82         ]
83       }
84     }
85   ],
86   "swift_version": "5.2"