blob: da12d2bdf8fab2cf2567d4c548f9431f64b61e22 [file] [log] [blame]
{
"name": "RxRealm",
"version": "0.6.0",
"summary": "An Rx wrapper of Realm's notifications and write bindings",
"description": "This is an Rx extension that provides an easy and straight-forward way\nto use Realm's natively reactive collection type as an Observable",
"homepage": "https://github.com/RxSwiftCommunity/RxRealm",
"license": "MIT",
"authors": {
"Marin Todorov": "marin@underplot.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxRealm.git",
"tag": "0.6.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
"~> 2.5"
],
"RxSwift": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}