blob: 0d1d3b65ffab95246e824f958da6b91d31d7c7ce [file] [log] [blame]
{
"name": "RxRealmDataSources-JX",
"version": "0.2.10-jx1",
"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/tospery/RxRealmDataSources-JX",
"license": "MIT",
"authors": {
"YangJianxiang": "tospery@gmail.com"
},
"source": {
"git": "https://github.com/tospery/RxRealmDataSources-JX.git",
"tag": "0.2.10-jx1"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
"~> 4.0"
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
],
"RxRealm": [
"~> 2.0"
]
},
"swift_version": "5.0"
}