Skip to content

Commit 5726205

Browse files
committed
Podspec update
1 parent 355962f commit 5726205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Zip.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Zip"
11-
s.version = "0.5"
11+
s.version = "0.6"
1212
s.summary = "Zip and unzip files in Swift."
1313

1414
# This description is used to generate tags and improve search results.
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
2525
s.license = 'MIT'
2626
s.author = { "Roy Marmelstein" => "[email protected]" }
27-
s.source = { :git => "https://github.com/marmelroy/Zip.git", :tag => s.version.to_s, :submodules => true}
27+
s.source = { :git => "https://github.com/marmelroy/Zip.git", :tag => s.version.to_s}
2828
s.social_media_url = "http://twitter.com/marmelroy"
2929

3030
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)