blob: 84570b7c3bcf858662699fbcdab9c5a232de3cf7 [file] [log] [blame]
{
"name": "RxGRDB",
"version": "0.1.2",
"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.2"
},
"module_name": "RxGRDB",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": "RxGRDB/**/*.{h,swift}",
"dependencies": {
"GRDB.swift": [
"~> 0.105.0"
],
"RxSwift": [
"~> 3.3.1"
]
},
"pushed_with_swift_version": "3.0"
}