[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 2 / 6 / SQLite.viewer / 2.0.0 / SQLite.viewer.podspec.json
blob4d1e427166e512b3bcbcf2213e8661cbfe95d7f5
2   "name": "SQLite.viewer",
3   "version": "2.0.0",
4   "summary": "An elegant library for debugging sqlite databases in iOS applications",
5   "homepage": "https://github.com/BiAtoms/SQLite.viewer",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/BiAtoms/SQLite.viewer.git",
15     "tag": "2.0.0"
16   },
17   "module_name": "SQLiteViewer",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/*.swift",
22   "resource_bundles": {
23     "com.biatoms.sqlite-viewer.assets": [
24       "Sources/**/*.{js,css,ico,html}"
25     ]
26   },
27   "dependencies": {
28     "Http.swift": [
29       "2.0.0"
30     ],
31     "SQLite.swift": [
32       ">= 0.11.4"
33     ]
34   },
35   "pushed_with_swift_version": "4.0"