Commit 5726205e authored by Roy Marmelstein's avatar Roy Marmelstein

Podspec update

parent 355962fa
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "Zip" s.name = "Zip"
s.version = "0.5" s.version = "0.6"
s.summary = "Zip and unzip files in Swift." s.summary = "Zip and unzip files in Swift."
# This description is used to generate tags and improve search results. # This description is used to generate tags and improve search results.
...@@ -24,7 +24,7 @@ Pod::Spec.new do |s| ...@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT' s.license = 'MIT'
s.author = { "Roy Marmelstein" => "marmelroy@gmail.com" } 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.social_media_url = "http://twitter.com/marmelroy"
s.ios.deployment_target = '8.0' s.ios.deployment_target = '8.0'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment