blob: daba6361062d90286837098c7089b234145d4b7e [file] [log] [blame]
{
"name": "DefaultsKey",
"version": "0.0.1",
"summary": "Thin UserDefaults exteions",
"description": "DefaultsKey allows you to specify the type and defaultValue for UserDefaults.",
"homepage": "https://github.com/natmark/DefaultsKey",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"natmark": "natmark0918@gmail.com"
},
"source": {
"git": "https://github.com/natmark/DefaultsKey.git",
"tag": "0.0.1"
},
"source_files": "Sources/DefaultsKey/*.swift",
"platforms": {
"ios": "10.0"
}
}