blob: e72e8cbae742c3a8b932e159a22bc7e390d42ede [file] [log] [blame]
{
"name": "Configurations",
"version": "0.0.2",
"summary": "A super minimal configuration framework in Swift.",
"description": "Easily define different configuration values per application configuration using a single plist.",
"homepage": "https://github.com/fetch/ios-configurations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Koen Punt": "koen@fetch.nl"
},
"social_media_url": "https://twitter.com/fetch",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fetch/ios-configurations.git",
"tag": "v0.0.2"
},
"source_files": "Configurations"
}