blob: 394e1433ac125db555fd7ad50cc4dab32684e029 [file] [log] [blame]
{
"name": "DBAssistant",
"version": "0.0.2",
"summary": "DBAssistant for iOS.",
"description": "DBAssistant base on FMDB and it provide a simple way to access db .",
"homepage": "https://github.com/masong2012/DBAssistant",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"masong": "iitvip@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/masong2012/DBAssistant.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}