[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / e / Dupnium / 1.0.1 / Dupnium.podspec.json
blob4e6459b0f422f2b48236df9dfddb959591af4e2b
2   "name": "Dupnium",
3   "version": "1.0.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.0.1"
16   },
17   "source_files": "Sources/*.{swift,h}",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/**/*.{h,swift}"
27     },
28     {
29       "name": "UI",
30       "source_files": "Sources/UI/**/*.{h,swift}",
31       "dependencies": {
32         "Dupnium/Core": [
34         ]
35       }
36     }
37   ]