[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 3 / RxExtension / 0.7.2 / RxExtension.podspec.json
blob5a729aa62c96658ac5e1a41a760624aa4980cb9a
2   "name": "RxExtension",
3   "version": "0.7.2",
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.7.2"
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       "~> 4.0.0"
24     ],
25     "RxSwift": [
26       "~> 4.0.0"
27     ],
28     "MJRefresh": [
29       "~> 3.1.15"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"