[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 5 / 3 / 2 / SQLiteProtocol / 0.1.0 / SQLiteProtocol.podspec.json
blob3f3f43a88b87dea522e7453077db635afe8f1282
2   "name": "SQLiteProtocol",
3   "version": "0.1.0",
4   "summary": "Basic database operations for swift and sqlite by making classes or structs conform to a protocol",
5   "homepage": "https://github.com/dcb-ug/sqlite-protocol",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Manuel Reich": "mr@dcb.ug"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "swift_version": "4.2",
17   "source": {
18     "git": "https://github.com/dcb-ug/sqlite-protocol.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "Source/**/*.swift",
22   "dependencies": {
23     "SQLite.swift": [
24       "~> 0.11.5"
25     ]
26   }