[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 4 / 3 / RxRealmDataSources-JX / 0.2.9-jx2 / RxRealmDataSources-JX.podspec.json
blob70523e9c22ddeead7b14b8372b67a69543857ba5
2   "name": "RxRealmDataSources-JX",
3   "version": "0.2.9-jx2",
4   "summary": "Rx data sources for RxRealm`s observable types",
5   "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",
6   "homepage": "https://github.com/tospery/RxRealmDataSources-JX",
7   "license": "MIT",
8   "authors": {
9     "YangJianxiang": "tospery@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tospery/RxRealmDataSources-JX.git",
13     "tag": "0.2.9-jx2"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.12"
20   },
21   "source_files": "Pod/Classes/*.swift",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "RealmSwift": [
25       "~> 4.0"
26     ],
27     "RxSwift": [
28       "~> 5.0"
29     ],
30     "RxCocoa": [
31       "~> 5.0"
32     ],
33     "RxRealm": [
34       "~> 2.0"
35     ]
36   },
37   "swift_version": "5.0"