blob: 1aa4560ea95e1f149672e43ed1602044af7f7b93 [file] [log] [blame]
{
"name": "NSUserDefaults+Utility",
"version": "0.1.0",
"summary": "Catagories for easier access to NSUserDefaults.",
"homepage": "https://github.com/maremmle/NSUserDefaults-Utility",
"license": {
"type": "UNLICENSE",
"file": "UN-LICENSE"
},
"authors": {
"Martin Stemmle": "martin@stemmle-online.de"
},
"source": {
"git": "https://github.com/maremmle/NSUserDefaults-Utility.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "NSUserDefaults+*.{h,m}",
"requires_arc": true
}