[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / 0 / RxBoomerang / 6.6.0 / RxBoomerang.podspec.json
blobef2000f98222e0a4de0d251d8d52a560ffdf94d6
2   "name": "RxBoomerang",
3   "version": "6.6.0",
4   "summary": "RxSwift extensions for Boomerang",
5   "description": "RxSwift extensions for Boomerang - a Swift microframework helping developers to write better MVVM applications.",
6   "homepage": "http://github.com/synesthesia-it/Boomerang",
7   "swift_versions": "5.1",
8   "license": "MIT",
9   "authors": {
10     "Stefano Mondino": "stefano.mondino.dev@gmail.com"
11   },
12   "platforms": {
13     "ios": "11.0",
14     "osx": "10.13",
15     "watchos": "6.0",
16     "tvos": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/synesthesia-it/Boomerang.git",
20     "tag": "6.6.0"
21   },
22   "source_files": "Sources/Rx/**/*{.swift}",
23   "dependencies": {
24     "Boomerang/Core": [
26     ],
27     "RxCocoa": [
29     ],
30     "RxSwift": [
32     ]
33   },
34   "ios": {
35     "dependencies": {
36       "RxDataSources": [
38       ]
39     }
40   },
41   "tvos": {
42     "dependencies": {
43       "RxDataSources": [
45       ]
46     }
47   },
48   "swift_version": "5.1"