From d25fa0d906573a3a11c4e19a552b68792c450165 Mon Sep 17 00:00:00 2001 From: Christopher Eagleston Date: Thu, 26 Apr 2018 14:18:54 -0700 Subject: [PATCH] Consume twilio-video-ios-2.0.0. (#110) * Update README.md for 2.0.0. * Update Podfile to consume 2.0.x patch releases. --- Podfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Podfile b/Podfile index cd4e1813..bbf3a64f 100644 --- a/Podfile +++ b/Podfile @@ -4,7 +4,7 @@ workspace 'VideoQuickStart' platform :ios, '9.0' abstract_target 'TwilioVideo' do - pod 'TwilioVideo', '2.0.0-beta4' + pod 'TwilioVideo', '~> 2.0.0' target 'ObjCVideoQuickstart' do project 'ObjCVideoQuickstart.xcproject' diff --git a/README.md b/README.md index f7ab159d..08095b62 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ [ ![Download](https://img.shields.io/badge/Download-iOS%20SDK-blue.svg) ](https://www.twilio.com/docs/api/video/download-video-sdks#ios-sdk) -[![Docs](https://img.shields.io/badge/iOS%20Docs-OK-blue.svg)](https://twilio.github.io/twilio-video-ios/docs/2.0.0-beta4) +[![Docs](https://img.shields.io/badge/iOS%20Docs-OK-blue.svg)](https://twilio.github.io/twilio-video-ios/docs/latest/index.html) # Twilio Video Quickstart for Objective-C -> NOTE: These sample applications use the Twilio Video 2.0.0-beta4 APIs. We will continue to update them throughout the beta period. For examples using our Generally Available 1.x APIs, please see the [1.x](https://github.com/twilio/video-quickstart-objc) branch. +> NOTE: These sample applications use the Twilio Video 2.x APIs. For examples using our 1.x APIs, please see the [1.x](https://github.com/twilio/video-quickstart-objc) branch. Get started with Video on iOS: @@ -116,7 +116,7 @@ For this Quickstart, the Application transport security settings are set to allo You can find more documentation on getting started as well as our latest Docs below: * [Getting Started](https://www.twilio.com/docs/api/video/getting-started) -* [Docs](https://twilio.github.io/twilio-video-ios/docs/2.0.0-beta4) +* [Docs](https://twilio.github.io/twilio-video-ios/docs/latest/index.html) ## Issues and Support