blob: 9263e5374a42a7aa2a7261643ab3d67676725121 [file] [log] [blame]
{
"name": "RxSwiftCombine",
"version": "0.2.0",
"summary": "RxSwift extensions for Combine.",
"description": "RxSwift extensions for Swift Combine framework.",
"homepage": "https://github.com/pixielabsco/RxSwiftCombine.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pratik Bhadkoliya": "pratik@pixielabs.co"
},
"source": {
"git": "https://github.com/pixielabsco/RxSwiftCombine.git",
"tag": "0.2.0"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "13.0"
},
"static_framework": true,
"swift_versions": "5.1",
"frameworks": "Combine",
"dependencies": {
"RxSwift": [
"~> 5"
]
},
"source_files": "RxSwiftCombine/Classes/**/*",
"swift_version": "5.1"
}