[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / e / c / RxRealmDataSources / 0.2.8 / RxRealmDataSources.podspec.json
blob63bf57359a5380c5108b2b33af7d01a57fcb5f3b
2   "name": "RxRealmDataSources",
3   "version": "0.2.8",
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/RxSwiftCommunity/RxRealmDataSources",
7   "license": "MIT",
8   "authors": {
9     "Marin Todorov": "marin@underplot.com"
10   },
11   "source": {
12     "git": "https://github.com/RxSwiftCommunity/RxRealmDataSources.git",
13     "tag": "0.2.8"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.12"
19   },
20   "source_files": "Pod/Classes/*.swift",
21   "frameworks": "Foundation",
22   "dependencies": {
23     "RealmSwift": [
24       "3.0.0-beta.4"
25     ],
26     "RxSwift": [
27       "4.0.0-beta.0"
28     ],
29     "RxCocoa": [
30       "4.0.0-beta.0"
31     ],
32     "RxRealm": [
33       "0.7.1"
34     ]
35   },
36   "pushed_with_swift_version": "4.0"