pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.32k stars 184 forks source link

CocoaPods can not find specification #15

Closed mkeremkeskin closed 5 years ago

mkeremkeskin commented 5 years ago

Hi there,

I'm trying to use the library via CocoaPods but it gives the error below.

[!] Unable to find a specification for Wormholy

Maybe something got broken in latest version of .podspec file.

Thnx already.

pmusolino commented 5 years ago

Hi @mkeremkeskin ,

before pod install, try to call pod repo update for updating your local specs.

From one of the last release of cocoapods, pod repo update is no longer automatically called.

-Paolo