{ | |
"name": "AutoSQLiteSwift", | |
"version": "0.0.7", | |
"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.7" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"swift_version": "4.0", | |
"source_files": "Source/*.swift", | |
"dependencies": { | |
"SQLite.swift": [ | |
"~> 0.11.5" | |
] | |
} | |
} |