blob: 6da8e06d54b3c77039ab0875e2cbffef98ecbc38 [file] [log] [blame]
{
"name": "RxCombine",
"version": "1.3.0",
"summary": "RxSwift is a Swift implementation of Reactive Extensions",
"description": "Bi-directional type conversions between RxSwift and Apple's Combine framework.\n```",
"homepage": "https://github.com/freak4pc/RxCombine",
"license": "MIT",
"authors": {
"Shai Mishali": "freak4pc@gmail.com"
},
"source": {
"git": "https://github.com/freak4pc/RxCombine.git",
"tag": "1.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Combine"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxRelay": [
"~> 5"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}