[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / f / e / c / RxRealmDataSources / 0.2.0 / RxRealmDataSources.podspec.json
blob6605cfa06c3b337f1abd606e49be5b43361d2318
2   "name": "RxRealmDataSources",
3   "version": "0.2.0",
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.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.12"
19   },
20   "source_files": "Pod/Classes/*.swift",
21   "frameworks": "Foundation",
22   "dependencies": {
23     "RealmSwift": [
24       "~> 2.1"
25     ],
26     "RxSwift": [
27       "~> 3.1"
28     ],
29     "RxCocoa": [
30       "~> 3.1"
31     ],
32     "RxRealm": [
33       "~> 0.4.1"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"