blob: cce095d9641d134631c436363b0bcf7a41afeaf8 [file] [log] [blame]
{
"name": "Natrium",
"version": "6.0.3",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"summary": "An advanced pre-build swift script to alter your project per environment and build configuration.",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/e-sites/Natrium",
"source": {
"git": "https://github.com/e-sites/Natrium.git",
"tag": "6.0.3"
},
"preserve_paths": [
"bin/natrium",
"bin/*.{xcconfig,lock,log}"
],
"requires_arc": true,
"frameworks": "Foundation",
"default_subspecs": "Swift",
"swift_version": "4.2",
"subspecs": [
{
"name": "Swift",
"source_files": "bin/Natrium.h"
},
{
"name": "Objc",
"source_files": "bin/Objc/*.{m,h}"
}
]
}