blob: 27713d5c96b494a929117e5b32c8e295aeb967a4 [file] [log] [blame]
{
"name": "PropertyDefaults",
"version": "1.0",
"license": "MIT",
"swift_version": "4.0",
"summary": "Key-Safe, Protocol-Driven, Strongly Typed UserDefaults for iOS, macOS and tvOS.",
"homepage": "https://github.com/metasmile/PropertyDefaults",
"authors": {
"Taeho Lee": "lee@stells.co"
},
"source": {
"git": "https://github.com/metasmile/PropertyDefaults.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*.swift"
}