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 +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
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.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" }
Original file line number Diff line number Diff line change @@ -32,23 +32,23 @@ Open-source implementation of Apple's [Combine](https://developer.apple.com/docu
3232
3333``` swift
3434package .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
Original file line number Diff line number Diff line change 3030
3131``` swift
3232package .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## 相关项目
You can’t perform that action at this time.
0 commit comments