[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 3 / RxExtension / 0.3.8 / RxExtension.podspec.json
blob572b20661627211fa49d9abdfab30411a40dad0d
2   "name": "RxExtension",
3   "version": "0.3.8",
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": "0.3.8"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "RxExtension/Classes/*.swift",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "RxCocoa": [
23       "~> 3.5.0"
24     ],
25     "RxSwift": [
26       "~> 3.5.0"
27     ],
28     "MJRefresh": [
29       "~> 3.1.12"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"