1024jp / GzipSwift

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

CocoaPods installation - [!] Unable to find a specification for `GzipSwift` #11

Closed Rashidium closed 8 years ago

Rashidium commented 8 years ago

As you mentioned in Readme file:

pod "GzipSwift"

After calling "pod install" in terminal:

[!] Unable to find a specification for GzipSwift

1024jp commented 8 years ago

If you use CocoaPods first time, you need to run pod setup on your Terminal. Then, run pod install again.

Rashidium commented 8 years ago

If I hadn't installed CocoaPods I would receive "no command pods" instead of

[!] Unable to find a specification for GzipSwift

I can use other pods but not GzipSwift.

Rashidium commented 8 years ago

Not sure how, but I could integrate it now. Thanks for your time.

1024jp commented 8 years ago

Oh sorry, cause the error was specific when users just installed CocoaPods but not yet setup. But anyway, it's good it works now.