blob: 97bef3bcf3ce96bc5e74f3da9fe2629306aef253 [file] [log] [blame]
{
"name": "UserDefaultsHelper",
"version": "0.1.0",
"summary": "A wrapper with C-style for NSUserDefaults class, in Objective-C.",
"description": "Replace the duplicated [NSUserDefaults standardUserDefaults] methods with C-style functions for easy call.",
"homepage": "https://github.com/xingheng/UserDefaultsHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Will Han": "xingheng.hax@qq.com"
},
"source": {
"git": "https://github.com/xingheng/UserDefaultsHelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "UserDefaultsHelper/**/*",
"public_header_files": "UserDefaultsHelper/UserDefault.h",
"frameworks": "Foundation"
}