blob: ad46e497921573d0c418a933c2310e4216f2ab82 [file] [log] [blame]
{
"name": "RxRealmDataSources",
"version": "0.3",
"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.3"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
"~> 5.1"
],
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
],
"RxRealm": [
"~> 3.0"
]
}
}