blob: dd167c42940ff92172451adad62a2aa7ce9a329c [file] [log] [blame]
{
"name": "SQLiteKit",
"version": "0.0.13",
"license": {
"type": "MIT"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alexiscn/SQLiteKit.git",
"tag": "0.0.13"
},
"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"
}