[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / d / e / Dupnium / 1.1.9 / Dupnium.podspec.json
blobcb62356acb316d52a22e04b357ce5bb21ef87e89
2   "name": "Dupnium",
3   "version": "1.1.9",
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.9"
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"