[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / e / c / RxRealmDataSources / 0.2.10 / RxRealmDataSources.podspec.json
blob4e78a482f67e2b0827610a95a1f2a8cfa8cdd2eb
2   "name": "RxRealmDataSources",
3   "version": "0.2.10",
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.10"
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.10"
25     ],
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ],
32     "RxRealm": [
33       "~> 0.7.6"
34     ]
35   }