[Add] AmplitudeExperiment 1.15.0
[CocoaPods.git] / Specs / e / 2 / 3 / RxExtension / 0.1.6 / RxExtension.podspec.json
blobf8a243ce8b202d2dd4d4bb01c7345eef36b1d09f
2   "name": "RxExtension",
3   "version": "0.1.6",
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.1.6"
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.2"
24     ],
25     "RxSwift": [
26       "~> 3.2"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"