Skip to content

Commit

Permalink
Merge pull request #38 from 100mslive/readmeUpdate
Browse files Browse the repository at this point in the history
Update iOS minspec
  • Loading branch information
pawan-100ms authored Jun 6, 2022
2 parents e049779 + d4fe42a commit d903c3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 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)

Follow the [iOS Quick Start Guide as mentioned here](https://docs.100ms.live/ios/v2/guides/Quickstart).
Expand Down

0 comments on commit d903c3e

Please sign in to comment.