From 4e3fd64c244ff3e6e03322df8b976ab7f0207400 Mon Sep 17 00:00:00 2001 From: Piyush Tank Date: Tue, 2 Feb 2016 19:20:07 -0800 Subject: [PATCH] Fixing the conversations SDK location in pod file --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index dcb58557..29c525a6 100644 --- a/Podfile +++ b/Podfile @@ -1,4 +1,4 @@ source 'https://github.com/CocoaPods/Specs.git' -pod 'TwilioRTCSDK', :podspec => 'https://media.twiliocdn.com/sdk/rtc/ios/conversations/v0.21/TwilioConversationsClient.podspec' +pod 'TwilioConversationsClient', :podspec => 'https://media.twiliocdn.com/sdk/ios/conversations/v0.21/TwilioConversationsClient.podspec' pod 'TwilioCommon', :podspec => 'https://media.twiliocdn.com/sdk/rtc/ios/common/v0.1/TwilioCommon.podspec'