[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 8 / Natrium / 6.1.3 / Natrium.podspec.json
blob3d6dd000a4321c3f9f31e874c6bc27888f21f494
2   "name": "Natrium",
3   "version": "6.1.3",
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": "6.1.3"
20   },
21   "preserve_paths": [
22     "bin/natrium",
23     "bin/*.{xcconfig,lock,log}"
24   ],
25   "requires_arc": true,
26   "frameworks": "Foundation",
27   "default_subspecs": "Swift",
28   "swift_version": "4.2",
29   "subspecs": [
30     {
31       "name": "Swift",
32       "source_files": "bin/Natrium.h"
33     },
34     {
35       "name": "Objc",
36       "source_files": "bin/Objc/*.{m,h}"
37     }
38   ]