blob: 68993cee8109e84858196535eb3b039dc0042160 [file] [log] [blame]
{
"name": "UserDefaultsHelper",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "UserDefaultsHelper/**/*",
"public_header_files": "UserDefaultsHelper/UserDefault.h",
"frameworks": "Foundation"
}