[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 7 / 5 / GRDBPlus / 3.3.0 / GRDBPlus.podspec.json
blob5964da1c8342e20b6c8ccc0be00ec34cb7311ffd
2   "name": "GRDBPlus",
3   "version": "3.3.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A toolkit for SQLite databases, with a focus on application development.",
9   "homepage": "https://github.com/groue/GRDB.swift",
10   "authors": {
11     "Gwendal RouĂ©": "gr@pierlis.com"
12   },
13   "source": {
14     "git": "https://github.com/groue/GRDB.swift.git",
15     "tag": "v3.3.0"
16   },
17   "module_name": "GRDB",
18   "platforms": {
19     "ios": "11.4",
20     "osx": "10.13",
21     "watchos": "4.3"
22   },
23   "source_files": [
24     "GRDB/**/*.swift",
25     "Support/*.h"
26   ],
27   "module_map": "Support/module.modulemap",
28   "frameworks": "Foundation",
29   "libraries": "sqlite3",
30   "xcconfig": {
31     "OTHER_SWIFT_FLAGS": "$(inherited) -D SQLITE_ENABLE_FTS5"
32   },
33   "deprecated": true