[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 8 / Natrium / 5.8.0 / Natrium.podspec.json
bloba275ddf72224aee434b50dc16961518e577f4a15
2   "name": "Natrium",
3   "version": "5.8.0",
4   "platforms": {
5     "ios": "8.0",
6     "osx": "10.10"
7   },
8   "summary": "An advanced pre-build swift script to alter your project per environment and build configuration.",
9   "authors": {
10     "Bas van Kuijck": "bas@e-sites.nl"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "homepage": "https://github.com/e-sites/Natrium",
17   "source": {
18     "git": "https://github.com/e-sites/Natrium.git",
19     "tag": "5.8.0"
20   },
21   "preserve_paths": [
22     "bin/natrium",
23     "bin/*.{sh,xcconfig,lock,log}"
24   ],
25   "requires_arc": true,
26   "frameworks": "Foundation",
27   "default_subspecs": "Swift",
28   "subspecs": [
29     {
30       "name": "Swift",
31       "source_files": [
32         "bin/*.swift",
33         "bin/Natrium.h"
34       ]
35     },
36     {
37       "name": "Objc",
38       "source_files": [
39         "bin/NatriumConfig.{m,h}",
40         "bin/Objc/Natrium.h"
41       ]
42     }
43   ]