Skip to content

Commit 2183494

Browse files
committed
Update README.md & podspec.
1 parent a4b7926 commit 2183494

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
SwiftTask
22
=========
33

4-
[Promise](http://www.html5rocks.com/en/tutorials/es6/promises/) + progress + pause + cancel + retry, using [SwiftState](https://github.com/inamiy/SwiftState) (state machine).
4+
[Promise](http://www.html5rocks.com/en/tutorials/es6/promises/) + progress + pause + cancel + retry for Swift.
55

66
![SwiftTask](Screenshots/diagram.png)
77

8+
### Ver 2.6.0 Changelog (2015/01/21)
9+
10+
- **240x faster** ([Pull Request #22](https://github.com/ReactKit/SwiftTask/pull/22))
11+
812
### Ver 2.1.0 Changelog (2014/12/05)
913

1014
- added **retryable** feature `try()`

SwiftTask.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44
s.license = { :type => 'MIT' }
55
s.homepage = 'https://github.com/ReactKit/SwiftTask'
66
s.authors = { 'Yasuhiro Inami' => '[email protected]' }
7-
s.summary = 'Promise + progress + pause + cancel + retry, using SwiftState (state machine).'
7+
s.summary = 'Promise + progress + pause + cancel + retry for Swift.'
88
s.source = { :git => 'https://github.com/inamiy/SwiftTask.git', :tag => "#{s.version}" }
99
s.source_files = 'SwiftTask/**/*.{h,swift}'
1010
s.requires_arc = true

0 commit comments

Comments
 (0)