From 5726205e37191381c3be5300a049506c3e9eba7d Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Mon, 19 Sep 2016 08:48:55 +0200 Subject: [PATCH] Podspec update --- Zip.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zip.podspec b/Zip.podspec index 028e335..1b84e75 100644 --- a/Zip.podspec +++ b/Zip.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "Zip" - s.version = "0.5" + s.version = "0.6" s.summary = "Zip and unzip files in Swift." # This description is used to generate tags and improve search results. @@ -24,7 +24,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" s.license = 'MIT' s.author = { "Roy Marmelstein" => "marmelroy@gmail.com" } - s.source = { :git => "https://github.com/marmelroy/Zip.git", :tag => s.version.to_s, :submodules => true} + s.source = { :git => "https://github.com/marmelroy/Zip.git", :tag => s.version.to_s} s.social_media_url = "http://twitter.com/marmelroy" s.ios.deployment_target = '8.0' -- 2.26.2