[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / a / 2 / OktaSQLiteStorage / 0.0.4 / OktaSQLiteStorage.podspec.json
blob93f310c05c9c5cbadb16fa21b27170a64d55f005
2   "name": "OktaSQLiteStorage",
3   "version": "0.0.4",
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": "11.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.4"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Sources/OktaSQLiteStorage/Sources/*.{h,m,swift}",
24   "dependencies": {
25     "GRDB.swift/SQLCipher": [
26       "~> 5"
27     ],
28     "SQLCipher": [
29       "~> 4"
30     ]
31   },
32   "swift_version": "5.0"