blob: bd9f5327963d20940911100cfb15aed4a0fa616a [file] [log] [blame]
{
"name": "BMUserDefault",
"version": "1.0.13",
"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.13"
},
"source_files": [
"BMUserDefault/BMUserDefault/BMUserDefault/*/*.{h,m}",
"BMUserDefault/BMUserDefault/BMUserDefault/*.{h,m}"
],
"requires_arc": true
}