blob: 7a32eeb49637d377a54be3c40167df3d7355e54d [file] [log] [blame]
{
"name": "PYFMDB",
"version": "0.0.1",
"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.1"
},
"source_files": "PYFMDB/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}