blob: a792fa8c581b767c700ca9542f084db264863043 [file] [log] [blame]
{
"name": "RxGRDB",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Reactive extensions for GRDB.swift.",
"homepage": "https://github.com/groue/RxGRDB",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/RxGRDB.git",
"tag": "v0.1.0"
},
"module_name": "RxGRDB",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": "RxGRDB/**/*.{h,swift}",
"dependencies": {
"GRDB.swift": [
"~> 0.104.0"
],
"RxSwift": [
"~> 3.3.1"
]
},
"pushed_with_swift_version": "3.0"
}