[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / a / 2 / OktaSQLiteStorage / 0.0.1 / OktaSQLiteStorage.podspec.json
blob3fee06c2e9c776d625ca83892b8969ce70b0dc1e
2   "name": "OktaSQLiteStorage",
3   "version": "0.0.1",
4   "summary": "Okta SQLite storage framework",
5   "description": "Okta SQLite storage wrapper on top of GRDB framework",
6   "platforms": {
7     "ios": "13.0",
8     "osx": "12.0"
9   },
10   "homepage": "https://github.com/okta/okta-logger-swift.git",
11   "license": {
12     "type": "APACHE2",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Okta Developers": "developer@okta.com"
17   },
18   "source": {
19     "git": "https://github.com/okta/okta-logger-swift.git",
20     "tag": "OktaSQLiteStorage-0.0.1"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Sources/OktaSQLiteStorage/Sources/*.{h,m,swift}",
24   "dependencies": {
25     "GRDB.swift": [
26       "~>5"
27     ]
28   },
29   "swift_version": "5.0"