blob: 940799a6d4013f2e24e8b4a184b70fb972f513c6 [file] [log] [blame]
{
"name": "SQLite.viewer",
"version": "2.1.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.1.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.1.1"
],
"SQLite.swift": [
">= 0.11.5"
]
}
}