blob: 300d64ba305fc5e404387db4de43891f69f5efe4 [file] [log] [blame]
{
"name": "CombineExt",
"version": "1.2.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": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/CombineCommunity/CombineExt.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Combine"
],
"swift_versions": "5.1",
"swift_version": "5.1"
}