Skip to content

Commit

Permalink
Bump .podspec to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duemunk committed Jul 18, 2015
1 parent e8aa792 commit 710ada0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Async.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Async"
s.version = "1.3.0"
s.version = "1.3.1"
s.summary = "Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch"
s.homepage = "https://github.com/duemunk/Async"
s.license = { :type => "MIT" }
s.authors = { "Tobias Due Munk" => "[email protected]" }

s.osx.deployment_target = "10.10"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/duemunk/Async.git", :tag => "1.3.0"}
s.source = { :git => "https://github.com/duemunk/Async.git", :tag => "1.3.1"}
s.source_files = "Source/*.swift"
s.requires_arc = true
end

0 comments on commit 710ada0

Please sign in to comment.