This repository was archived by the owner on Aug 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
33 s . name = "BNRDeferred"
4- s . version = "4.0.0-rc.1 "
4+ s . version = "4.0.0"
55 s . summary = "Work with values that haven't been determined yet."
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ There are a few different options to install Deferred.
1313Add the following to your Cartfile:
1414
1515```
16- github "bignerdranch/Deferred" " 4.0.0-rc.1"
16+ github "bignerdranch/Deferred" ~> 4.0
1717```
1818
1919Then run ` carthage update ` .
@@ -30,7 +30,7 @@ for up to date installation instructions.
3030Add the following to your [ Podfile] ( http://guides.cocoapods.org/using/the-podfile.html ) :
3131
3232``` ruby
33- pod ' BNRDeferred' , ' ~> 4.0-beta '
33+ pod ' BNRDeferred' , ' ~> 4.0'
3434```
3535
3636You will also need to make sure you're opting into using frameworks:
@@ -54,7 +54,7 @@ import PackageDescription
5454let package = Package (
5555 name : " My Extremely Nerdy App" ,
5656 dependencies : [
57- .package (url : " https://github.com/bignerdranch/Deferred.git" , from : " 4.0.0-rc.1 " ),
57+ .package (url : " https://github.com/bignerdranch/Deferred.git" , from : " 4.0.0" ),
5858 ]
5959)
6060```
You can’t perform that action at this time.
0 commit comments