blob: 83bc17141d8e8c50e6c6c537ce21cc8133bc4e7e [file] [log] [blame]
{
"name": "SQLite.viewer",
"version": "1.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": "1.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": [
"1.3.2"
],
"SQLite.swift": [
"0.11.2"
]
},
"pushed_with_swift_version": "3.0"
}