Podspec update
Showing
... | @@ -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, :submodules => true} | ||
s.social_media_url = "http://twitter.com/marmelroy" | s.social_media_url = "http://twitter.com/marmelroy" | ||
s.platform = :ios, '8.0' | s.platform = :ios, '8.0' | ||
... | ... |
Please register or sign in to comment