[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / c / d / NDUtils_Swift / 0.0.4 / NDUtils_Swift.podspec.json
blobff8a0bc001d678e82034e578499957c52bad9a57
2   "name": "NDUtils_Swift",
3   "version": "0.0.4",
4   "summary": "Utility for Foundation, UIKit,....",
5   "description": "NDUtils_Swift is a small utility framework for Foundation, UIKit,....",
6   "homepage": "https://github.com/hiep-nd/nd-utils-swift.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-swift.git",
24     "tag": "Pod-0.0.4"
25   },
26   "source_files": "NDUtils_Swift/*.{h,m,mm,swift}",
27   "public_header_files": "NDUtils_Swift/*.h",
28   "deprecated_in_favor_of": "NDUtils",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "NDUtils_Swift/*.{h,m,mm,swift}",
33       "dependencies": {
34         "NDUtils/Core": [
35           "~> 0.0.4"
36         ]
37       }
38     },
39     {
40       "name": "Foundation",
41       "source_files": "NDUtils_Swift/Foundation/**/*.{h,m,mm,swift}",
42       "dependencies": {
43         "NDUtils_Swift/Core": [
45         ],
46         "NDUtils/Foundation": [
47           "~> 0.0.4"
48         ]
49       }
50     },
51     {
52       "name": "QuartzCore",
53       "source_files": "NDUtils_Swift/QuartzCore/**/*.{h,m,mm,swift}",
54       "dependencies": {
55         "NDUtils_Swift/Core": [
57         ],
58         "NDUtils/QuartzCore": [
59           "~> 0.0.4"
60         ]
61       }
62     },
63     {
64       "name": "UIKit",
65       "source_files": "NDUtils_Swift/UIKit/**/*.{h,m,mm,swift}",
66       "dependencies": {
67         "NDUtils_Swift/Core": [
69         ],
70         "NDUtils/UIKit": [
71           "~> 0.0.4"
72         ]
73       }
74     }
75   ],
76   "swift_version": "5.2"