This repository was archived by the owner on Aug 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ head: |
5353 <link rel="shortcut icon" type="image/x-icon" href="//www.bignerdranch.com/favicon.png">
5454hide_documentation_coverage : true
5555module : Deferred
56- module_version : " 3.0.0-beta.1 "
56+ module_version : " 3.0.0-beta.2 "
5757root_url : " http://bignerdranch.github.io/Deferred/"
5858theme : fullwidth
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 = "3.0.0-beta.1 "
4+ s . version = "3.0.0-beta.2 "
55 s . summary = "Work with values that haven't been determined yet."
66
77 s . description = <<-DESC
@@ -31,9 +31,9 @@ Pod::Spec.new do |s|
3131 s . source = { :git => "https://github.com/bignerdranch/Deferred.git" , :tag => "#{ s . version } " }
3232
3333 # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
34- s . source_files = "Sources/**/*.{ swift,h} "
35- s . exclude_files = [ "Sources/TestSupport" , "Sources/*.h" ]
36- s . preserve_path = "Sources/**/*.modulemap"
34+ s . source_files = "Sources/**/*.swift"
35+ s . exclude_files = "Sources/TestSupport"
36+ s . preserve_path = [ "Sources/**/*.modulemap" , "Sources/**/*.h" ]
3737 s . module_name = "Deferred"
3838
3939 # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
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" "3.0.0-beta.1 "
16+ github "bignerdranch/Deferred" "3.0.0-beta.2 "
1717```
1818
1919Then run ` carthage update ` .
Original file line number Diff line number Diff line change 1- Copyright (c) 2014-2016 John Gallagher, Big Nerd Ranch , and other contributors:
1+ Copyright (c) 2014-2016 John Gallagher, Zachary Waldowski , and contributors:
22
33https://github.com/bignerdranch/Deferred/contributors
44
You can’t perform that action at this time.
0 commit comments