Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Jun 1, 2015
1 parent a541095 commit 08ef460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Future.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Future"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "Swift µframework providing Future<T, Error>."
s.homepage = "https://github.com/nghialv/Future"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/nghialv/Future.git", :tag => "0.0.1" }
s.source = { :git => "https://github.com/nghialv/Future.git", :tag => "0.0.2" }
s.source_files = "Future/*.swift"
s.requires_arc = true
s.dependency "Result", "0.4.3"
Expand Down

0 comments on commit 08ef460

Please sign in to comment.