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