Skip to content

Commit

Permalink
pod update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazyod committed Jun 13, 2016
1 parent 0078741 commit 03c2c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Appz.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Appz"
s.version = "1.5.0"
s.version = "1.6.0"
s.summary = "Deeplinking to external applications made easy!"
s.description = <<-DESC
Appz makes it easy to open external applications with web fallback
Expand All @@ -16,6 +16,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "8.0"

s.source = { :git => "https://github.com/SwiftKitz/Appz.git", :tag => "v1.5.0" }
s.source = { :git => "https://github.com/SwiftKitz/Appz.git", :tag => "v1.6.0" }
s.source_files = "Appz/Appz/**/*.swift"
end

0 comments on commit 03c2c2e

Please sign in to comment.