Skip to content

Use Twilio's CocoaPods source #2

@ko0f

Description

@ko0f

As described on Twilio iOS SDK integration page -
https://www.twilio.com/docs/api/client/ios#overview

The podfile needs to use a different pod from Twilio's source -

source 'https://github.com/CocoaPods/Specs'
source 'https://github.com/twilio/cocoapod-specs'

target 'MyTwilioApp' do
    pod 'TwilioClient', '~>1.2'
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions