[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / 0 / 1 / RxSwiftExt / 5.0.0 / RxSwiftExt.podspec.json
blobd111e3467becb93e2c1b68d391bf9c11376802ac
2   "name": "RxSwiftExt",
3   "version": "5.0.0",
4   "summary": "RxSwift operators not found in the core distribtion",
5   "description": "A collection of operators for RxSwift adding commonly requested operations not found in the core distribution\nof RxSwift.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxSwiftExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "3.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/RxSwiftCommunity/RxSwiftExt.git",
22     "tag": "5.0.0"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Source/RxSwift",
29         "Source/Tools"
30       ],
31       "frameworks": "Foundation",
32       "dependencies": {
33         "RxSwift": [
34           "~> 5.0"
35         ]
36       }
37     },
38     {
39       "name": "RxCocoa",
40       "source_files": "Source/RxCocoa",
41       "frameworks": "Foundation",
42       "dependencies": {
43         "RxCocoa": [
44           "~> 5.0"
45         ],
46         "RxSwiftExt/Core": [
48         ]
49       }
50     }
51   ]