[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 7 / f / 5 / SpinReactiveSwift / 0.18.0 / SpinReactiveSwift.podspec.json
blob73f3c499ef05066e3c66e38c81cd0bbdbb8815eb
2   "name": "SpinReactiveSwift",
3   "version": "0.18.0",
4   "swift_versions": "5.2.2",
5   "summary": "Spin is a tool whose only purpose is to help you build feedback loops called Spins",
6   "description": "Spin is a tool to build feedback loops within a Swift based application allowing you to use a unified syntax whatever the underlying reactive programming framework and whatever Apple UI technology you use (RxSwift, ReactiveSwift, Combine and UIKit, AppKit, SwiftUI).",
7   "homepage": "https://github.com/Spinners/Spin.Swift",
8   "screenshots": "https://raw.githubusercontent.com/Spinners/Spin.Swift/master/Resources/spin-logo.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Thibault Wittemberg": "thibault.wittemberg@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/Spinners/Spin.Swift.git",
18     "tag": "0.18.0"
19   },
20   "social_media_url": "http://twitter.com/thwittem",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "watchos": "3.0",
25     "tvos": "9.0"
26   },
27   "requires_arc": true,
28   "source_files": "Sources/ReactiveSwift/*.swift",
29   "dependencies": {
30     "ReactiveSwift": [
31       ">= 6.3.0"
32     ],
33     "SpinCommon": [
34       ">= 0.18.0"
35     ]
36   },
37   "swift_version": "5.2.2"