blob: 63a28b3f40b392acd000f1f15111eef211e7b7e5 [file] [log] [blame]
{
"name": "RxGRDB",
"version": "0.6.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.6.0"
},
"module_name": "RxGRDB",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"dependencies": {
"RxSwift": [
"~> 3.3"
]
},
"default_subspecs": "default",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "default",
"source_files": "RxGRDB/**/*.{h,swift}",
"dependencies": {
"GRDB.swift": [
"~> 1.2"
]
}
},
{
"name": "GRDBCipher",
"source_files": "RxGRDB/**/*.{h,swift}",
"dependencies": {
"GRDBCipher": [
"~> 1.2"
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER",
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DUSING_SQLCIPHER"
}
}
]
}