This repository was archived by the owner on May 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "CombineX"
4- s . version = "0.0.1-beta.2 "
4+ s . version = "0.0.1-beta.3 "
55 s . summary = "Open source implementation for Apple's Combine."
66 s . homepage = "https://github.com/cx-org/CombineX"
77 s . license = { :type => "MIT" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 11# CombineX([ 中文] ( README.zh_cn.md ) )
22
3- ![ travis] ( https://img.shields.io/travis/cx-org/CombineX.svg )
4- ![ release] ( https://img.shields.io/github/release-pre/cx-org/combinex )
3+ [ ![ travis] ( https://img.shields.io/travis/cx-org/CombineX.svg )] ( https://travis-ci.org/cx-org/CombineX )
4+ [ ![ release] ( https://img.shields.io/github/release-pre/cx-org/combinex )] ( https://github.com/cx-org/CombineX/releases )
55![ install] ( https://img.shields.io/badge/install-spm%20%7C%20cocoapods%20%7C%20carthage-ff69b4 )
66![ platform] ( https://img.shields.io/badge/platform-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos%20%7C%20linux-lightgrey )
77![ license] ( https://img.shields.io/github/license/cx-org/combinex?color=black )
8- [ ![ dicord] ( https://img.shields.io/badge/chat-discord-blue )] ( https://discord.gg/cresT3X )
8+ [ ![ dicord] ( https://img.shields.io/badge/chat-discord-9cf )] ( https://discord.gg/cresT3X )
99
1010` CombineX ` is an open source implementation for Apple's [ Combine] ( https://developer.apple.com/documentation/combine ) . It provides a completely consistent API with ` Combine ` , freeing you from the limitations of the version and platform.
1111
Original file line number Diff line number Diff line change 11# CombineX
22
3- ![ travis] ( https://img.shields.io/travis/cx-org/CombineX.svg )
4- ![ release] ( https://img.shields.io/github/release-pre/cx-org/combinex )
3+ [ ![ travis] ( https://img.shields.io/travis/cx-org/CombineX.svg )] ( https://travis-ci.org/cx-org/CombineX )
4+ [ ![ release] ( https://img.shields.io/github/release-pre/cx-org/combinex )] ( https://github.com/cx-org/CombineX/releases )
55![ install] ( https://img.shields.io/badge/install-spm%20%7C%20cocoapods%20%7C%20carthage-ff69b4 )
66![ platform] ( https://img.shields.io/badge/platform-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos%20%7C%20linux-lightgrey )
77![ license] ( https://img.shields.io/github/license/cx-org/combinex?color=black )
8- [ ![ dicord] ( https://img.shields.io/badge/chat-discord-blue )] ( https://discord.gg/cresT3X )
8+ [ ![ dicord] ( https://img.shields.io/badge/chat-discord-9cf )] ( https://discord.gg/cresT3X )
99
1010` CombineX ` 是 Apple's [ Combine] ( https://developer.apple.com/documentation/combine ) 的开源实现,它提供了与 ` Combine ` 完全一致的 API,让你摆脱版本与平台的限制。
1111
You can’t perform that action at this time.
0 commit comments