[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / d / e / Dupnium / 1.1.4 / Dupnium.podspec.json
blob4e8e990c4d927886745f026a8a10d6f11683f635
2   "name": "Dupnium",
3   "version": "1.1.4",
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.1.4"
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     "5.0"
26   ],
27   "default_subspecs": "Core",
28   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Core/**/*.{h,swift}"
33     },
34     {
35       "name": "UI",
36       "source_files": "Sources/UI/**/*.{h,swift}",
37       "dependencies": {
38         "Dupnium/Core": [
40         ]
41       }
42     }
43   ]