File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "TwistedOakCollapsingFutures"
3
- s . version = "0.7 .0"
3
+ s . version = "0.9 .0"
4
4
s . summary = "Futures without nesting issues."
5
5
s . description = <<-DESC
6
6
Makes representing and consuming asynchronous results simpler.
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
s . homepage = "https://github.com/Strilanc/ObjC-CollapsingFutures"
16
16
s . license = { :type => 'BSD' , :file => 'License.txt' }
17
17
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" }
19
19
s . source_files = 'src' , 'src/**/*.{h,m}'
20
20
s . requires_arc = true
21
21
end
Original file line number Diff line number Diff line change 1
1
#import < Foundation/Foundation.h>
2
2
3
3
/* !
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).
5
5
*/
6
6
@interface TOCTimeout : NSObject
7
7
You can’t perform that action at this time.
0 commit comments