blob: 0a23f012cf49bb57ec5ed5b0bb85dfe7e6b101c8 [file] [log] [blame]
{
"name": "AutoSQLite.swift",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
}
}