blob: a7bc17083a7a04f13a08fe93ccd1701d8b0a85fc [file] [log] [blame]
{
"name": "SQLiteKit",
"version": "0.0.9",
"license": {
"type": "MIT"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alexiscn/SQLiteKit.git",
"tag": "0.0.9"
},
"summary": "SQLiteKit based on FMDB and Swift Codable",
"homepage": "https://github.com/alexiscn/SQLiteKit",
"authors": {
"xushuifeng": "shuifengxu@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "**/*.{swift}",
"ios": {
"dependencies": {
"FMDB": [
]
}
}
}