Skip to content

Commit

Permalink
Fixing missing tag from podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattconnolly committed Apr 7, 2013
1 parent 5c40a08 commit ece6a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZipArchive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It can be used for iPhone application development, and cocoa on Mac OSX as well.
s.homepage = "https://github.com/mattconnolly/ZipArchive"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Unknown Name" => "acsolu@gmail.com", "Matt Connolly" => "matt.connolly@me.com" }
s.source = { :git => 'https://github.com/mattconnolly/ZipArchive.git' }
s.source = { :git => 'https://github.com/mattconnolly/ZipArchive.git', :tag => '1.1.0' }
s.source_files = '*.{h,m}', 'minizip/*.{h,c}'
s.public_header_files = '*.h'
s.library = 'z'
Expand Down

0 comments on commit ece6a8c

Please sign in to comment.