blob: b91251768ab9a74943180f308e0284e558232f07 [file] [log] [blame]
{
"name": "NSUserDefaults+Property",
"version": "1.0.0",
"summary": "Property access to NSUserDefaults.",
"homepage": "https://github.com/nh7a/NSUserDefaults-Property",
"license": {
"type": "wtfpl",
"file": "LICENSE"
},
"authors": {
"Naoki Hiroshima": "n@h7a.org"
},
"source": {
"git": "https://github.com/nh7a/NSUserDefaults-Property.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "*.{m,h}"
}