[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 2 / 0 / f / RxGRDB / 0.18.0 / RxGRDB.podspec.json
blobd7de4e29b21d3e51badf84065bfcb6bbbb3856a3
2   "name": "RxGRDB",
3   "version": "0.18.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Reactive extensions for GRDB.swift.",
9   "homepage": "https://github.com/RxSwiftCommunity/RxGRDB",
10   "authors": {
11     "Gwendal RouĂ©": "gr@pierlis.com"
12   },
13   "source": {
14     "git": "https://github.com/RxSwiftCommunity/RxGRDB.git",
15     "tag": "v0.18.0"
16   },
17   "module_name": "RxGRDB",
18   "swift_versions": [
19     "5"
20   ],
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.10",
24     "watchos": "3.0"
25   },
26   "dependencies": {
27     "RxSwift": [
28       "~> 5.0"
29     ]
30   },
31   "default_subspecs": "default",
32   "subspecs": [
33     {
34       "name": "default",
35       "source_files": "RxGRDB/**/*.{h,swift}",
36       "dependencies": {
37         "GRDB.swift": [
38           "~> 4.1"
39         ]
40       }
41     },
42     {
43       "name": "SQLCipher",
44       "source_files": "RxGRDB/**/*.{h,swift}",
45       "dependencies": {
46         "GRDB.swift/SQLCipher": [
47           "~> 4.1"
48         ]
49       },
50       "xcconfig": {
51         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER",
52         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER"
53       }
54     }
55   ],
56   "swift_version": "5"