blob: e8dc6aca2c216d1d6c42b5c253fc2764e6827c61 [file] [log] [blame]
{
"name": "QLFMDBHelper",
"version": "0.1.0",
"summary": "A sqlite wrap base on FMDB",
"description": "easier to use sqlite and resolve ORM",
"homepage": "https://github.com/burtworld/QLFMDBHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paramita": "baqkoo007@aliyun.com"
},
"source": {
"git": "https://github.com/burtworld/QLFMDBHelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QLFMDBHelper/Classes/**/*",
"frameworks": "Security",
"dependencies": {
"FMDB/SQLCipher": [
"~> 2.7.5"
]
}
}