From 03c2c2e1569cc7660dbcfa0320e0de1a0290c503 Mon Sep 17 00:00:00 2001 From: Maz Jaleel Date: Mon, 13 Jun 2016 17:20:57 +0300 Subject: [PATCH] pod update --- Appz.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Appz.podspec b/Appz.podspec index ef8518f..860a9f0 100644 --- a/Appz.podspec +++ b/Appz.podspec @@ -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 @@ -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