Skip to content

Commit

Permalink
bump podspec to 0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kurtis Seebaldt <[email protected]>
  • Loading branch information
Catherine Davie authored and Kurtis Seebaldt committed Jun 29, 2016
1 parent e4304cc commit 3b2023f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KSDeferred.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "KSDeferred"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Async library inspired by CommonJS Promises/A spec."
s.homepage = "https://github.com/kseebaldt/deferred"
s.license = 'MIT'
s.author = { "Kurtis Seebaldt" => "[email protected]" }
s.source = { :git => "https://github.com/kseebaldt/deferred.git", :tag => "0.3.1" }
s.source = { :git => "https://github.com/kseebaldt/deferred.git", :tag => "0.3.2" }
s.requires_arc = true

s.ios.deployment_target = '5.1'
Expand Down

0 comments on commit 3b2023f

Please sign in to comment.