Skip to content

Commit eb69938

Browse files
committedDec 18, 2013
v0.9.0
1 parent a80ff49 commit eb69938

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎TwistedOakCollapsingFutures.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TwistedOakCollapsingFutures"
3-
s.version = "0.7.0"
3+
s.version = "0.9.0"
44
s.summary = "Futures without nesting issues."
55
s.description = <<-DESC
66
Makes representing and consuming asynchronous results simpler.
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.homepage = "https://github.com/Strilanc/ObjC-CollapsingFutures"
1616
s.license = { :type => 'BSD', :file => 'License.txt' }
1717
s.author = { "Craig Gidney" => "craig.gidney@gmail.com" }
18-
s.source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git", :tag => "v0.7.0" }
18+
s.source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git", :tag => "v0.9.0" }
1919
s.source_files = 'src', 'src/**/*.{h,m}'
2020
s.requires_arc = true
2121
end

‎src/TOCTimeout.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import <Foundation/Foundation.h>
22

33
/*!
4-
* Instances of TOCTimeout as used to indicate a timeout failure occurred (e.g. by being the failure stored in a TOCFuture).
4+
* Instances of TOCTimeout are used to indicate a timeout failure occurred (e.g. by being the failure stored in a TOCFuture).
55
*/
66
@interface TOCTimeout : NSObject
77

0 commit comments

Comments
 (0)
Please sign in to comment.