blob: 218fa950c12a8006aa9a32007f5b88de2e1c3900 [file] [log] [blame]
{
"name": "TypedDefaults",
"version": "1.1.0",
"license": "MIT",
"summary": "`TypedDefaults` is a utility library to type-safely use NSUserDefaults",
"homepage": "https://github.com/tasanobu/TypedDefaults",
"social_media_url": "http://twitter.com/tasanobu",
"authors": {
"Kazunobu Tasaka": "tasanobu@gmail.com"
},
"source": {
"git": "https://github.com/tasanobu/TypedDefaults.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TypedDefaults/*.swift",
"requires_arc": true
}