twilio / conversations-ios

SPM releases
https://www.twilio.com/docs/conversations/ios/changelog
10 stars 5 forks source link

Did you remove Cocoa Pods support? #26

Closed jhicks-ddm closed 1 year ago

jhicks-ddm commented 1 year ago

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!

jhicks-ddm commented 1 year ago

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.

Pavel-Cherentsov commented 1 year ago

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