blob: 4d1e427166e512b3bcbcf2213e8661cbfe95d7f5 [file] [log] [blame]
{
"name": "SQLite.viewer",
"version": "2.0.0",
"summary": "An elegant library for debugging sqlite databases in iOS applications",
"homepage": "https://github.com/BiAtoms/SQLite.viewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
},
"source": {
"git": "https://github.com/BiAtoms/SQLite.viewer.git",
"tag": "2.0.0"
},
"module_name": "SQLiteViewer",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"resource_bundles": {
"com.biatoms.sqlite-viewer.assets": [
"Sources/**/*.{js,css,ico,html}"
]
},
"dependencies": {
"Http.swift": [
"2.0.0"
],
"SQLite.swift": [
">= 0.11.4"
]
},
"pushed_with_swift_version": "4.0"
}