blob: 4ecf8453d73948d196b1e604e6e00e0c9e278ee7 [file] [log] [blame]
{
"name": "BMUserDefault",
"version": "1.0.5",
"summary": "custom UserDefault like NSUserDefault, specific store path, thread safe auto store",
"homepage": "https://github.com/zhengbomo/BMUserDefault",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bomo": "zhengbomo@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhengbomo/BMUserDefault.git",
"tag": "1.0.5"
},
"source_files": "BMUserDefault/BMUserDefault/BMUserDefault/*.{h,m}",
"requires_arc": true
}