blob: d75880156c4b9781bbc7aed2d02fa56ee5cc152b [file] [log] [blame]
{
"name": "PYFMDB",
"version": "0.0.2",
"summary": "Operations library of sqlite base on FMDB",
"homepage": "https://github.com/iterrypeng/PYFMDB",
"license": "MIT",
"authors": {
"pengyong": "pengyong@veldasoft.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/iterrypeng/PYFMDB.git",
"tag": "0.0.2"
},
"source_files": "PYFMDB/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}