[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / e / Dupnium / 1.2.1 / Dupnium.podspec.json
blobe84454344f37322a5ef812bd10bf2c841aa34ffa
2   "name": "Dupnium",
3   "version": "1.2.1",
4   "authors": {
5     "Bas van Kuijck": "bas@e-sites.nl"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "http://www.e-sites.nl",
12   "summary": "Localization made easy",
13   "source": {
14     "git": "https://github.com/e-sites/Dupnium.git",
15     "tag": "v1.2.1"
16   },
17   "source_files": "Sources/*.{swift,h}",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "swift_versions": [
23     "4.2",
24     "5.0"
25   ],
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/**/*.{h,swift}"
31     },
32     {
33       "name": "UI",
34       "source_files": "Sources/UI/**/*.{h,swift}",
35       "dependencies": {
36         "Dupnium/Core": [
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.0"