mattconnolly / ZipArchive

zip archive processing for Cocoa - iPhone and OS X
http://code.google.com/p/ziparchive/
MIT License
840 stars 260 forks source link

ZipArchive.podspec need update #48

Closed liuyuqiang closed 9 years ago

liuyuqiang commented 9 years ago

s.source = { :git => 'https://github.com/mattconnolly/ZipArchive.git', :tag => '1.4.0' }

need change

s.source = { :git => 'https://github.com/mattconnolly/ZipArchive.git', :tag => 'v1.4.0' }

? error is [!] /usr/bin/git fetch origin tags/1.4.0 2>&1

fatal: Couldn't find remote ref tags/1.4.0

fatal: The remote end hung up unexpectedly

mattconnolly commented 9 years ago

Sorry. I just pushed a 1.4.0 tag so the current spec will be fine.