twilio / conversations-ios

SPM releases

Home Page:https://www.twilio.com/docs/conversations/ios/changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Did you remove Cocoa Pods support?

jhicks-ddm opened this issue · comments

I'm trying to update to the latest 2.2.4 release but Cocoa Pods is saying it can't find it. Also, doesn't look like any of the code is in the repo now. Not sure what is going on. Thanks!

Looks like I just needed to add source 'https://github.com/CocoaPods/Specs' to my Pods file. Not sure why it was working before without it.

...or source 'https://cdn.cocoapods.org/' - to avoid full cocoapods repo cloning and make first pod install a bit faster.