Skip to content

Commit

Permalink
Fixing the conversations SDK location in pod file
Browse files Browse the repository at this point in the history
  • Loading branch information
pt-old committed Feb 3, 2016
1 parent 5940b69 commit 4e3fd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 4e3fd64

Please sign in to comment.