Skip to content

Commit

Permalink
Updated for 2.0.0-beta4 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
paynerc committed Apr 10, 2018
1 parent a9c3cd2 commit 9ba2a64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workspace 'VideoQuickStart'
platform :ios, '9.0'

abstract_target 'TwilioVideo' do
pod 'TwilioVideo', '2.0.0-beta3'
pod 'TwilioVideo', '2.0.0-beta4'

target 'ObjCVideoQuickstart' do
project 'ObjCVideoQuickstart.xcproject'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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-beta3)
[![Docs](https://img.shields.io/badge/iOS%20Docs-OK-blue.svg)](https://twilio.github.io/twilio-video-ios/docs/2.0.0-beta4)

# Twilio Video Quickstart for Objective-C

> NOTE: These sample applications use the Twilio Video 2.0.0-beta3 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.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.
Get started with Video on iOS:

Expand Down Expand Up @@ -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-beta3)
* [Docs](https://twilio.github.io/twilio-video-ios/docs/2.0.0-beta4)

## Issues and Support

Expand Down

0 comments on commit 9ba2a64

Please sign in to comment.