blob: 66329ff5a18585e899e066eaeb119612cfe754ac [file] [log] [blame]
{
"name": "RxRealmDataSources",
"version": "0.1.0",
"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",
"homepage": "https://github.com/RxSwiftCommunity/RxRealmDataSources",
"license": "MIT",
"authors": {
"Marin Todorov": "marin@underplot.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxRealmDataSources.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
"~> 2.0"
],
"RxSwift": [
"~> 3.0.0"
],
"RxCocoa": [
"~> 3.0.0"
],
"RxRealm": [
"~> 0.3.2"
]
},
"pushed_with_swift_version": "3.0"
}