From 7a6c677c17820e5b23584e7ea9980e77a731777e Mon Sep 17 00:00:00 2001 From: Ruben Mendez Date: Wed, 22 Apr 2015 10:02:57 +0200 Subject: [PATCH 1/3] pod pointint to master --- SSZipArchive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index b629af5..a9d828b 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/soffes/ssziparchive' s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.author = { 'Sam Soffes' => 'sam@soff.es' } - s.source = { :git => 'https://github.com/soffes/ssziparchive.git', :tag => "v#{s.version}" } + s.source = { :git => 'https://github.com/soffes/ssziparchive.git', :branch => 'master' } s.ios.deployment_target = '4.0' s.osx.deployment_target = '10.6' s.source_files = 'SSZipArchive/*', 'SSZipArchive/minizip/*' From a1cc7c16543f37063c3ca4f7a1916485a3d76ba3 Mon Sep 17 00:00:00 2001 From: Ruben Mendez Date: Wed, 22 Apr 2015 10:04:40 +0200 Subject: [PATCH 2/3] pointint to tag --- SSZipArchive.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index a9d828b..c6eea77 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'SSZipArchive' - s.version = '0.3.3' + s.version = '1.0' s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.' s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.' s.homepage = 'https://github.com/soffes/ssziparchive' s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.author = { 'Sam Soffes' => 'sam@soff.es' } - s.source = { :git => 'https://github.com/soffes/ssziparchive.git', :branch => 'master' } + s.source = { :git => 'https://github.com/soffes/ssziparchive.git', :tag => "v#{s.version}" } s.ios.deployment_target = '4.0' s.osx.deployment_target = '10.6' s.source_files = 'SSZipArchive/*', 'SSZipArchive/minizip/*' From 4c97093700375f0a1365f032674c62fd02362a77 Mon Sep 17 00:00:00 2001 From: Ruben Mendez Date: Wed, 22 Apr 2015 10:07:37 +0200 Subject: [PATCH 3/3] change to point to the right tag --- SSZipArchive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index c6eea77..a406ad4 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SSZipArchive' - s.version = '1.0' + s.version = '1.0.0' s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.' s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.' s.homepage = 'https://github.com/soffes/ssziparchive'