[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / 2 / SQLiteProtocol / 0.1.2 / SQLiteProtocol.podspec.json
blob7eb543d4c9e5a9c9a33c7f9a21a2d13eb064041e
2   "name": "SQLiteProtocol",
3   "version": "0.1.2",
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.2"
20   },
21   "source_files": "Source/**/*.swift",
22   "dependencies": {
23     "SQLite.swift": [
24       "~> 0.11.5"
25     ]
26   }