blob: b47dc37e0c0d1dbbbea6a706cd554191b05702be [file] [log] [blame]
{
"name": "Configurations",
"version": "0.1.0",
"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/swift-configurations",
"license": "LICENSE",
"authors": {
"Koen Punt": "koen@fetch.nl"
},
"social_media_url": "https://twitter.com/fetch",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/fetch/swift-configurations.git",
"tag": "v0.1.0"
},
"source_files": "Configurations",
"requires_arc": true,
"swift_versions": "5",
"swift_version": "5"
}