[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / f / RxGRDB / 0.5.0 / RxGRDB.podspec.json
blob3bc2db137c418c8c132c400649b65b059b6f27f8
2   "name": "RxGRDB",
3   "version": "0.5.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.5.0"
16   },
17   "module_name": "RxGRDB",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "watchos": "2.0"
22   },
23   "dependencies": {
24     "RxSwift": [
25       "~> 3.3"
26     ]
27   },
28   "default_subspecs": "default",
29   "pushed_with_swift_version": "3.1",
30   "subspecs": [
31     {
32       "name": "default",
33       "source_files": "RxGRDB/**/*.{h,swift}",
34       "dependencies": {
35         "GRDB.swift": [
36           "~> 1.0"
37         ]
38       }
39     },
40     {
41       "name": "GRDBCipher",
42       "source_files": "RxGRDB/**/*.{h,swift}",
43       "dependencies": {
44         "GRDBCipher": [
45           "~> 1.0"
46         ]
47       },
48       "xcconfig": {
49         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER",
50         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER"
51       }
52     }
53   ]