[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 3 / RxExtension / 1.0.1 / RxExtension.podspec.json
blob98c745f0d673fd570713937a4f5b35454db69c25
2   "name": "RxExtension",
3   "version": "1.0.1",
4   "summary": "Convenience of Rx",
5   "description": "This is an Rx extension that provides an easy and straight-forward way\nto use Realm's natively reactive collection type as an Observable",
6   "homepage": "https://github.com/LiuSky/RxExtension",
7   "license": "MIT",
8   "authors": {
9     "xiaobin liu": "327847390@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/LiuSky/RxExtension.git",
13     "tag": "1.0.1"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "RxExtension/Classes/*.swift",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "RxCocoa": [
24       "~> 5.0.0"
25     ],
26     "RxSwift": [
27       "~> 5.0.0"
28     ],
29     "MJRefresh": [
30       "~> 3.2.0"
31     ]
32   },
33   "swift_version": "5.0"