blob: c399e96779894379a674ceb3ab3b3b7016328743 [file] [log] [blame]
{
"name": "RxRealm",
"version": "0.1.3",
"summary": "An Rx wrapper of Realm's collection type",
"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.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
"~> 0.99"
],
"RxSwift": [
]
}
}