File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.9.2 "
3
+ s . version = "0.9.3 "
4
4
s . summary = "Futures without nesting issues."
5
5
s . description = <<-DESC
6
6
Makes representing and consuming asynchronous results simpler.
7
7
8
- * #import "TwistedOakCollapsingFutures .h"
8
+ * #import "CollapsingFutures .h"
9
9
* Eventual results and failures are represented as a TOCFuture.
10
10
* Produce and control a TOCFuture with a new TOCFutureSource.
11
11
* Hook work-to-eventually-do onto a future using then/catch/finally methods.
12
12
* Chain more work onto the future results of then/catch/finally.
13
13
* No need to track if a TOCFuture has a result of type TOCFuture: always automatically flattened.
14
- * Cancel operations on the fly by giving them a TOCCancelToken controlled by a TOCCancelTokenSource.
14
+ * Cancel operations by giving them a TOCCancelToken controlled by a TOCCancelTokenSource.
15
15
DESC
16
16
s . homepage = "https://github.com/Strilanc/ObjC-CollapsingFutures"
17
17
s . license = { :type => 'BSD' , :file => 'License.txt' }
18
18
s . author = { "Craig Gidney" => "[email protected] " }
19
- s . source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git" , :tag => "v0.9.2 " }
19
+ s . source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git" , :tag => "v0.9.3 " }
20
20
s . source_files = 'src' , 'src/**/*.{h,m}'
21
21
s . requires_arc = true
22
22
s . dependency 'UnionFind' , '~> 1.0'
You can’t perform that action at this time.
0 commit comments