Skip to content

Commit 7cf3c38

Browse files
Twisted Oak Studios Mac MiniTwisted Oak Studios Mac Mini
Twisted Oak Studios Mac Mini
authored and
Twisted Oak Studios Mac Mini
committed
Release 0.2.0
1 parent 8baa696 commit 7cf3c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: TwistedOakCollapsingFutures.podspec

+3-3
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.1.0"
3+
s.version = "0.2.0"
44
s.summary = "Futures without nesting issues."
55
s.description = <<-DESC
66
Makes representing and consuming asynchronous results simpler.
@@ -10,12 +10,12 @@ Pod::Spec.new do |s|
1010
* Hook work-to-eventually-do onto a future using then/catch/finally methods.
1111
* Chain more work onto the future results of then/catch/finally.
1212
* No need to track if a TOCFuture has a result of type TOCFuture: always automatically flattened.
13-
* Cancel operations on the fly by giving them a TOKCancelToken controlled by a TOCCancelTokenSource.
13+
* Cancel operations on the fly by giving them a TOCCancelToken controlled by a TOCCancelTokenSource.
1414
DESC
1515
s.homepage = "https://github.com/Strilanc/ObjC-CollapsingFutures"
1616
s.license = { :type => 'BSD', :file => 'License.txt' }
1717
s.author = { "Craig Gidney" => "[email protected]" }
18-
s.source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git", :tag => "v0.1.0" }
18+
s.source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git", :tag => "v0.2.0" }
1919
s.source_files = 'src', 'src/**/*.{h,m}'
2020
s.requires_arc = true
2121
end

0 commit comments

Comments
 (0)