[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / f / 1 / CodableDB / 0.1.1 / CodableDB.podspec.json
blobb7f45864bf71020a6501ccc56040cfc9e34dd31d
2   "name": "CodableDB",
3   "version": "0.1.1",
4   "summary": "Use CodableDB to encode and decode database objects using the Codable protocol.",
5   "description": "Codable enables to en- & decode database objects using the Codable protocol. It serves as a wrapper to the SQLite3 framework by Apple, Inc.",
6   "homepage": "https://github.com/pauljohanneskraft/CodableDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pauljohanneskraft": "pauljohanneskraft@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/pauljohanneskraft/CodableDB.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "CodableDB/Classes/**/*"