blob: 79b4cbb8e02da1ee633958de885999c32ba69d8a [file] [log] [blame]
{
"name": "XCDataBase",
"version": "0.0.3",
"summary": "a DataBase based on FMDB",
"description": "XCDataBase is a DataBase based on FMDB",
"homepage": "https://github.com/xianhe92/XCDataBase",
"license": "MIT",
"authors": {
"xianhe92": "wxc11061106@gmail.com"
},
"source": {
"git": "https://github.com/xianhe92/XCDataBase.git",
"tag": "0.0.3"
},
"source_files": "XCDataBase/*.{h,m}",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}