[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 2 / 6 / SQLite.viewer / 1.1.0 / SQLite.viewer.podspec.json
blob41e3566dcb2b0f5c46be712ff273ab7f2ea2683d
2   "name": "SQLite.viewer",
3   "version": "1.1.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": "1.1.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       "1.3.2"
30     ],
31     "SQLite.swift": [
32       "0.11.2"
33     ]
34   },
35   "pushed_with_swift_version": "3.1"