blob: 0b636364149bca0e00efdb2e4bf68bbfd7c189f0 [file] [log] [blame]
{
"name": "RxGRDB",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Reactive extensions for GRDB.swift.",
"homepage": "https://github.com/RxSwiftCommunity/RxGRDB",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxGRDB.git",
"tag": "v0.2.0"
},
"module_name": "RxGRDB",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"dependencies": {
"RxSwift": [
"~> 3.3.1"
]
},
"default_subspecs": "default",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "default",
"source_files": "RxGRDB/**/*.{h,swift}",
"dependencies": {
"GRDB.swift": [
"~> 0.108.0"
]
}
},
{
"name": "GRDBCipher",
"source_files": "RxGRDB/**/*.{h,swift}",
"dependencies": {
"GRDBCipher": [
"~> 0.108.0"
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER",
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER"
}
}
]
}