This repository was archived by the owner on May 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,25 +30,25 @@ Open-source implementation of Apple's [Combine](https://developer.apple.com/docu
3030
3131``` swift
3232dependencies.append (
33- .package (url : " https://github.com/cx-org/CombineX" , . branch ( " master " ) )
33+ .package (url : " https://github.com/cx-org/CombineX" , from : " 0.1.0 " )
3434)
3535```
3636
3737#### CocoaPods
3838
3939``` ruby
40- pod ' CombineX' , :git => ' https://github.com/cx-org/CombineX.git ' , :branch => ' master '
40+ pod ' CombineX' , " ~> 0.1.0 "
4141```
4242
4343#### Carthage
4444
4545``` carthage
46- github "cx-org/CombineX" "master"
46+ github "cx-org/CombineX" ~> 0.1.0
4747```
4848
4949Some features are not available with specific PM.
5050
51- | Swift PM | CocoaPods | Carthage |
51+ | | Swift PM | CocoaPods | Carthage |
5252| --- | --- | --- | --- |
5353| CXShim | Yes | No | No |
5454| ObserableObject | Yes | No | No |
Original file line number Diff line number Diff line change 2828
2929``` swift
3030dependencies.append (
31- .package (url : " https://github.com/cx-org/CombineX" , . branch ( " master " ) )
31+ .package (url : " https://github.com/cx-org/CombineX" , from : " 0.1.0 " )
3232)
3333```
3434
3535#### CocoaPods
3636
3737``` ruby
38- pod ' CombineX' , :git => ' https://github.com/cx-org/CombineX.git ' , :branch => ' master '
38+ pod ' CombineX' , " ~> 0.1.0 "
3939```
4040
4141#### Carthage
4242
4343``` carthage
44- github "cx-org/CombineX" "master"
44+ github "cx-org/CombineX" ~> 0.1.0
4545```
4646
4747部分特性在某些安装方式下不可用。
4848
49- | Swift PM | CocoaPods | Carthage |
49+ | | Swift PM | CocoaPods | Carthage |
5050| --- | --- | --- | --- |
5151| CXShim | Yes | No | No |
5252| ObserableObject | Yes | No | No |
You can’t perform that action at this time.
0 commit comments