blob: 6c67d34a546e186cab1f665602abe85295769108 [file] [log] [blame]
{
"name": "Configurate",
"version": "1.0.0",
"summary": "An abstract, cross-platform configuration library for Swift applications.",
"description": "Configurate provides a common interface for configuration type objects (e.g. UserDefaults, [String: Any], etc).\nIt also provides a builder pattern for composing configurations into a single Config object.",
"homepage": "https://github.com/patgoley/Configurate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Patrick Goley": "patrick.goley@gmail.com"
},
"source": {
"git": "https://github.com/patgoley/Configurate.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/bitsbetweenbits",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Configurate/**/*",
"pushed_with_swift_version": "4.0"
}