blob: ffdaf9475e79b6b8e601cb43208b87dda132cc34 [file] [log] [blame]
{
"name": "NSUserDefaults+Cache",
"version": "0.1.0",
"summary": "NSUserDefaults category one liner that also includes a cache so we only need to access disk once per item.",
"homepage": "https://github.com/asalom/NSUserDefaults-Cache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Salom": "hola@alexsalom.es"
},
"source": {
"git": "https://github.com/asalom/NSUserDefaults-Cache.git",
"branch": "master",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "NSUserDefaults+Cache/*.{h,m}",
"public_header_files": "NSUserDefaults+Cache/*.h"
}