blob: 749b7ab58fe92a08c03b113ff4053259bcbe674c [file] [log] [blame]
{
"name": "Natrium",
"version": "5.7.2",
"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": "5.7.2"
},
"preserve_paths": [
"bin/natrium",
"bin/*.{sh,xcconfig,lock,log}"
],
"requires_arc": true,
"frameworks": "Foundation",
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": [
"bin/*.swift",
"bin/Natrium.h"
]
},
{
"name": "Objc",
"source_files": [
"bin/NatriumConfig.{m,h}",
"bin/Objc/Natrium.h"
]
}
]
}