[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / c / 5 / NDUtils / 0.0.5 / NDUtils.podspec.json
blob19c50f65eb57f5e4628a171fe0ba7b09fba5cb49
2   "name": "NDUtils",
3   "version": "0.0.5",
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"
25   },
26   "default_subspecs": "Swift",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/*.{h,m,mm,swift}"
31     },
32     {
33       "name": "libextobjc",
34       "source_files": "Sources/libextobjc/*.{h,m,mm,swift}",
35       "dependencies": {
36         "NDUtils/Core": [
38         ]
39       }
40     },
41     {
42       "name": "objc",
43       "source_files": "Sources/objc/*.{h,m,mm,swift}",
44       "dependencies": {
45         "NDUtils/Core": [
47         ],
48         "NDLog": [
49           "~> 0.0.6"
50         ]
51       }
52     },
53     {
54       "name": "Foundation",
55       "source_files": "Sources/Foundation/*.{h,m,mm,swift}",
56       "frameworks": "Foundation",
57       "dependencies": {
58         "NDUtils/Core": [
60         ],
61         "NDLog": [
62           "~> 0.0.6"
63         ]
64       }
65     },
66     {
67       "name": "Foundation_Swift",
68       "source_files": "Sources/Foundation_Swift/*.{h,m,mm,swift}",
69       "dependencies": {
70         "NDUtils/Foundation": [
72         ]
73       }
74     },
75     {
76       "name": "QuartzCore",
77       "source_files": "Sources/QuartzCore/*.{h,m,mm,swift}",
78       "frameworks": "QuartzCore",
79       "dependencies": {
80         "NDUtils/objc": [
82         ]
83       }
84     },
85     {
86       "name": "QuartzCore_Swift",
87       "source_files": "Sources/QuartzCore_Swift/*.{h,m,mm,swift}",
88       "dependencies": {
89         "NDUtils/QuartzCore": [
91         ]
92       }
93     },
94     {
95       "name": "UIKit",
96       "source_files": "Sources/UIKit/*.{h,m,mm,swift}",
97       "frameworks": "UIKit",
98       "dependencies": {
99         "NDUtils/QuartzCore": [
101         ]
102       }
103     },
104     {
105       "name": "UIKit_Swift",
106       "source_files": "Sources/UIKit_Swift/*.{h,m,mm,swift}",
107       "dependencies": {
108         "NDUtils/UIKit": [
110         ]
111       }
112     },
113     {
114       "name": "ObjC",
115       "dependencies": {
116         "NDUtils/Core": [
118         ],
119         "NDUtils/libextobjc": [
121         ],
122         "NDUtils/objc": [
124         ],
125         "NDUtils/Foundation": [
127         ],
128         "NDUtils/QuartzCore": [
130         ],
131         "NDUtils/UIKit": [
133         ]
134       }
135     },
136     {
137       "name": "Swift",
138       "dependencies": {
139         "NDUtils/Core": [
141         ],
142         "NDUtils/libextobjc": [
144         ],
145         "NDUtils/objc": [
147         ],
148         "NDUtils/Foundation_Swift": [
150         ],
151         "NDUtils/QuartzCore_Swift": [
153         ],
154         "NDUtils/UIKit_Swift": [
156         ]
157       }
158     }
159   ],
160   "swift_version": "5.2"