From 6785130bbf30b4ab59d395b41d8492e111866dd8 Mon Sep 17 00:00:00 2001 From: Piyush Tank Date: Tue, 21 Mar 2017 14:39:55 -0700 Subject: [PATCH] TwilioVideo 1.0.0-beta11 (#56) --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 76f0cde8..74dd8659 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/twilio/cocoapod-specs' target 'ObjCVideoQuickstart' do - pod 'TwilioVideo', '1.0.0-beta10' + pod 'TwilioVideo', '1.0.0-beta11' end