blob: 7e103fc8b3717507c79cf0a79e68c0360eda2ccd [file] [log] [blame]
{
"name": "CombineExt",
"version": "1.0.0",
"summary": "Combine operators and helpers not provided by Apple, and inspired by other Reactive Frameworks",
"description": "A collection of operators for Combine adding capabilities and utilities not provided by Apple,\nbut common ones found and known from other Reactive Frameworks",
"homepage": "https://github.com/CombineCommunity/CombineExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Combine Community": "https://github.com/CombineCommunity",
"Shai Mishali": "freak4pc@gmail.com"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"source": {
"git": "https://github.com/CombineCommunity/CombineExt.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Combine"
],
"swift_versions": "5.1",
"swift_version": "5.1"
}