blob: bfb645a8ab309934a7c0020f3923d2b112210d56 [file] [log] [blame]
{
"name": "SpinCombine",
"version": "0.17.0",
"swift_versions": "5.2.2",
"summary": "Spin is a tool whose only purpose is to help you build feedback loops called Spins",
"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).",
"homepage": "https://github.com/Spinners/Spin.Swift",
"screenshots": "https://raw.githubusercontent.com/Spinners/Spin.Swift/master/Resources/spin-logo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thibault Wittemberg": "thibault.wittemberg@gmail.com"
},
"source": {
"git": "https://github.com/Spinners/Spin.Swift.git",
"tag": "0.17.0"
},
"social_media_url": "http://twitter.com/thwittem",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"requires_arc": true,
"source_files": "Sources/Combine/*.swift",
"dependencies": {
"SpinCommon": [
">= 0.17.0"
]
},
"swift_version": "5.2.2"
}