pod pointint to master

This commit is contained in:
Ruben Mendez
2015-04-22 10:02:57 +02:00
parent d607ba044b
commit 7a6c677c17
+1 -1
View File
@@ -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/*'