Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 10, 2025. It is now read-only.
/CombineXPublic archive

Commitbfdc77d

Browse files
committed
prepare for 0.4.0
1 parenta995fa6 commitbfdc77d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎CombineX.podspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.newdo |s|
22

33
s.name="CombineX"
4-
s.version="0.3.2"
4+
s.version="0.4.0"
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"}

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ Open-source implementation of Apple's [Combine](https://developer.apple.com/docu
3232

3333
```swift
3434
package.dependencies+= [
35-
.package(url:"https://github.com/cx-org/CombineX",from:"0.3.2"),
35+
.package(url:"https://github.com/cx-org/CombineX",from:"0.4.0"),
3636
]
3737
```
3838

3939
####CocoaPods
4040

4141
```ruby
42-
pod'CombineX',"~> 0.3.2"
42+
pod'CombineX',"~> 0.4.0"
4343

4444
# or, if you want to use `Foundation` extensions:
45-
pod'CombineX/CXFoundation',"~> 0.3.2"
45+
pod'CombineX/CXFoundation',"~> 0.4.0"
4646
```
4747

4848
####Carthage
4949

5050
```carthage
51-
github "cx-org/CombineX" ~> 0.3.2
51+
github "cx-org/CombineX" ~> 0.4.0
5252
```
5353

5454
##Related Projects

‎README_zh-Hans.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030

3131
```swift
3232
package.dependencies+= [
33-
.package(url:"https://github.com/cx-org/CombineX",from:"0.3.2"),
33+
.package(url:"https://github.com/cx-org/CombineX",from:"0.4.0"),
3434
]
3535
```
3636

3737
####CocoaPods
3838

3939
```ruby
40-
pod'CombineX',"~> 0.3.2"
40+
pod'CombineX',"~> 0.4.0"
4141

4242
# 或者,如果你想用 `Foundation` 扩展:
43-
pod'CombineX/CXFoundation',"~> 0.3.2"
43+
pod'CombineX/CXFoundation',"~> 0.4.0"
4444
```
4545

4646
####Carthage
4747

4848
```carthage
49-
github "cx-org/CombineX" ~> 0.3.2
49+
github "cx-org/CombineX" ~> 0.4.0
5050
```
5151

5252
##相关项目

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp