blob: b1074b5aedafc2289319bdef0c832ce509b1cec5 [file] [log] [blame]
{
"name": "STMPersistance",
"version": "1.0",
"summary": "基于 sqlite 的持久化存储",
"homepage": "https://github.com/DouKing/STMPersistance",
"license": "MIT",
"authors": {
"wuyikai": "wyk8916@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DouKing/STMPersistance.git",
"tag": "1.0"
},
"source_files": "STMPersistance/STMPersistance/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"STMRecord": [
],
"FMDB": [
]
}
}