[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 2 / 3 / RxExtension / 0.3.3 / RxExtension.podspec.json
blob3f87da89754bf8cc89548e13fabed3e3f4a5e715
2   "name": "RxExtension",
3   "version": "0.3.3",
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.3"
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.3.1"
24     ],
25     "RxSwift": [
26       "~> 3.3.1"
27     ],
28     "MJRefresh": [
29       "~> 3.1.12"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"