1024jp / GzipSwift

Swift package that enables gzip/gunzip Data using zlib
MIT License
533 stars 132 forks source link

Build fails with v4.0.3 #25

Closed SlamGrooveFE closed 6 years ago

SlamGrooveFE commented 6 years ago

Installed v4.0.3 via CocoaPods: pod 'GzipSwift', :git => 'https://github.com/1024jp/GzipSwift.git', :tag => '4.0.3'

Project build fails: "No such module 'Gzip'"

screen shot 2017-11-12 at 15 01 00

These are the contents of GzipSwift pod folder after pod install/update: screen shot 2017-11-12 at 15 01 52

Xcode 9.1

1024jp commented 6 years ago

I've just released 4.0.4. Does the matter fixed?

SlamGrooveFE commented 6 years ago

Yes, version 4.0.4 works perfectly!! Thanks for a quick response. 👍

1024jp commented 6 years ago

@SlamGrooveFE Thank you for the reply. It's glad to hear.