blob: 6024e41076e7efffc030616f403db3b41a06bf47 [file] [log] [blame]
{
"name": "WSCustomeFMDB",
"version": "1.0.5",
"summary": "FMDB的封装,操作简单,线程安全,扩展性强,直接操作model或dictionary",
"description": "FMDB的封装,操作简单,线程安全,扩展性强,直接操作model或dictionary.",
"homepage": "https://github.com/xialun/WSCustomeFMDB",
"license": "MIT",
"authors": "xialun",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xialun/WSCustomeFMDB.git",
"tag": "1.0.5"
},
"source_files": "classses/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}