blob: 86f01965417908b7f2b26d403551fd403e9bbc8c [file] [log] [blame]
{
"name": "RxCombine",
"version": "1.6.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.6.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Combine"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxRelay": [
"~> 5"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}