[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / c / RxRealmDataSources / 0.1.1 / RxRealmDataSources.podspec.json
blobeade477396c69ab2d9477043d7748216daf7f9de
2   "name": "RxRealmDataSources",
3   "version": "0.1.1",
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",
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.1.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "Pod/Classes/*.swift",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "RealmSwift": [
23       "~> 2.0"
24     ],
25     "RxSwift": [
26       "~> 3.0.0"
27     ],
28     "RxCocoa": [
29       "~> 3.0.0"
30     ],
31     "RxRealm": [
32       "~> 0.4.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"