[Add] CZarSDK 1.1.12-tobid-test05
[CocoaPods.git] / Specs / 2 / 0 / f / RxGRDB / 0.14.0 / RxGRDB.podspec.json
blobaaff005d0dd8abeb4b72ae01eb69ac46f4eb9cd8
2   "name": "RxGRDB",
3   "version": "0.14.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.14.0"
16   },
17   "module_name": "RxGRDB",
18   "swift_versions": [
19     "5",
20     "5"
21   ],
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10",
25     "watchos": "3.0"
26   },
27   "dependencies": {
28     "RxSwift": [
29       "~> 5.0"
30     ]
31   },
32   "default_subspecs": "default",
33   "swift_version": "5",
34   "subspecs": [
35     {
36       "name": "default",
37       "source_files": "RxGRDB/**/*.{h,swift}",
38       "dependencies": {
39         "GRDB.swift": [
40           "~> 4.0"
41         ]
42       }
43     },
44     {
45       "name": "SQLCipher",
46       "source_files": "RxGRDB/**/*.{h,swift}",
47       "dependencies": {
48         "GRDB.swift/SQLCipher": [
49           "~> 4.0"
50         ]
51       },
52       "xcconfig": {
53         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER",
54         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER"
55       }
56     }
57   ]