From a1fe168032cd132968d2510f9315f242bf955203 Mon Sep 17 00:00:00 2001 From: gzerad Date: Mon, 6 Jun 2022 17:06:27 +0300 Subject: [PATCH 1/2] Update iOS minspec --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f2c8b0..dce589c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Here you will find everything you need to build experiences with video using 100 ## ☝️ Pre-requisites - Xcode 12 or higher -- Support for iOS 10 or higher +- Support for iOS 12 or higher ## 🚂 Setup Guide @@ -37,12 +37,15 @@ Here you will find everything you need to build experiences with video using 100 ```ruby # Podfile - platform :ios, '10.0' + platform :ios, '12.0' target 'MyAwesomeApp' do pod 'HMSSDK' end ``` + + then run `pod instal --repo-update` + You can also use [Swift Package Manager](https://www.100ms.live/docs/ios/v2/features/Integration#swift-package-manager) (use https://github.com/100mslive/100ms-ios-sdk.git as the package source) Follow the [iOS Quick Start Guide as mentioned here](https://docs.100ms.live/ios/v2/guides/Quickstart). From d4fe42a1a88bdd5cf12eb49128320f3feec5e8b5 Mon Sep 17 00:00:00 2001 From: Pawan Dixit <103245157+pawan-100ms@users.noreply.github.com> Date: Mon, 6 Jun 2022 21:55:28 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce589c..11302cb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Here you will find everything you need to build experiences with video using 100 end ``` - then run `pod instal --repo-update` + then run `pod install --repo-update` You can also use [Swift Package Manager](https://www.100ms.live/docs/ios/v2/features/Integration#swift-package-manager) (use https://github.com/100mslive/100ms-ios-sdk.git as the package source)