-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|