Skip to content
Browse files

cocoapods version bump

  • Loading branch information...
1 parent d654531 commit 69fdd6e468f1ac93a725d4e59bd51277bc38793a @Mazyod Mazyod committed
Showing with 2 additions and 2 deletions.
  1. +2 −2 Appz.podspec
View
4 Appz.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Appz"
- s.version = "1.2.0"
+ s.version = "1.5.0"
s.summary = "Deeplinking to external applications made easy!"
s.description = <<-DESC
Appz makes it easy to open external applications with web fallback
@@ -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.2.0" }
+ s.source = { :git => "https://github.com/SwiftKitz/Appz.git", :tag => "v1.5.0" }
s.source_files = "Appz/Appz/**/*.swift"
end

0 comments on commit 69fdd6e

Please sign in to comment.
Something went wrong with that request. Please try again.