twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
460 stars 177 forks source link

Too many third party dependencies #567

Closed thefaj closed 3 years ago

thefaj commented 3 years ago

Could you please clean up this project and make it just use first party UIKit calls? Cocoapods is pretty messy, and it seems like you could use Swift Package Manager to include TwilioVideo as its only dependency. All of the third party dependencies really obstruct quick onboarding for the Twilio Video project.

paynerc commented 3 years ago

@thefaj,

With the Twilio Video iOS 4.x release, it now is distributed via Swift Package Manager and the quick start applications in this repository consumes it via SPM.

Ryan

thefaj commented 3 years ago

@paynerc awesome!! Thanks for the update, too!