This repository was archived by the owner on May 10, 2025. It is now read-only.
File tree 3 files changed +9
-9
lines changed 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "CombineX"
4
- s . version = "0.3.2 "
4
+ s . version = "0.4.0 "
5
5
s . summary = "Open source implementation for Apple's Combine."
6
6
s . homepage = "https://github.com/cx-org/CombineX"
7
7
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
32
32
33
33
``` swift
34
34
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 " ),
36
36
]
37
37
```
38
38
39
39
#### CocoaPods
40
40
41
41
``` ruby
42
- pod ' CombineX' , " ~> 0.3.2 "
42
+ pod ' CombineX' , " ~> 0.4.0 "
43
43
44
44
# or, if you want to use `Foundation` extensions:
45
- pod ' CombineX/CXFoundation' , " ~> 0.3.2 "
45
+ pod ' CombineX/CXFoundation' , " ~> 0.4.0 "
46
46
```
47
47
48
48
#### Carthage
49
49
50
50
``` carthage
51
- github "cx-org/CombineX" ~> 0.3.2
51
+ github "cx-org/CombineX" ~> 0.4.0
52
52
```
53
53
54
54
## Related Projects
Original file line number Diff line number Diff line change 30
30
31
31
``` swift
32
32
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 " ),
34
34
]
35
35
```
36
36
37
37
#### CocoaPods
38
38
39
39
``` ruby
40
- pod ' CombineX' , " ~> 0.3.2 "
40
+ pod ' CombineX' , " ~> 0.4.0 "
41
41
42
42
# 或者,如果你想用 `Foundation` 扩展:
43
- pod ' CombineX/CXFoundation' , " ~> 0.3.2 "
43
+ pod ' CombineX/CXFoundation' , " ~> 0.4.0 "
44
44
```
45
45
46
46
#### Carthage
47
47
48
48
``` carthage
49
- github "cx-org/CombineX" ~> 0.3.2
49
+ github "cx-org/CombineX" ~> 0.4.0
50
50
```
51
51
52
52
## 相关项目
You can’t perform that action at this time.
0 commit comments