blob: dfa072291a921e1c26187ae542e1b0c6908b0711 [file] [log] [blame]
{
"name": "AutoSQLiteSwift",
"version": "0.0.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "自动解析",
"homepage": "https://github.com/TonyReet/AutoSQLite.swift",
"authors": {
"TonyReet": "ktonyreet@gmail.com"
},
"source": {
"git": "https://github.com/TonyReet/AutoSQLite.swift.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Source/*.swift",
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
}
}