blob: 63bf57359a5380c5108b2b33af7d01a57fcb5f3b [file] [log] [blame]
{
"name": "RxRealmDataSources",
"version": "0.2.8",
"summary": "Rx data sources for RxRealm`s observable types",
"description": "This is an Rx extension that provides an easy and straight-forward way\nto bind an RxRealm Observable type to a table or collection view on iOS and macOS",
"homepage": "https://github.com/RxSwiftCommunity/RxRealmDataSources",
"license": "MIT",
"authors": {
"Marin Todorov": "marin@underplot.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxRealmDataSources.git",
"tag": "0.2.8"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
"3.0.0-beta.4"
],
"RxSwift": [
"4.0.0-beta.0"
],
"RxCocoa": [
"4.0.0-beta.0"
],
"RxRealm": [
"0.7.1"
]
},
"pushed_with_swift_version": "4.0"
}