Skip to content

Commit e78ade4

Browse files
committed
adjust version
1 parent 8bcabf6 commit e78ade4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Code/Uplynk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For example xcode projects with this connector see [Uplynk-Examples](../Uplynk-E
1111
1. In Xcode, install the THEOPlayer iOS-Connector package by navigating to **File > Add Packages**
1212
2. In the prompt that appears, select the iOS-Connector GitHub repository: `https://github.com/THEOplayer/iOS-Connector`
1313
3. Select the version you want to use.
14-
> the Uplynk connector is available for versions >= 8.12 only.
14+
> the Uplynk connector is available for versions >= 8.11 only.
1515
1616
4. Choose the Connector libraries you want to include in your app.
1717

THEOplayer-Connector-Uplynk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.source_files = 'Code/Uplynk/Source/**/*'
1919

2020
s.static_framework = true
21-
s.dependency 'THEOplayerSDK-core', "~> 8.12"
21+
s.dependency 'THEOplayerSDK-core', "~> 8.11"
2222
end

0 commit comments

Comments
 (0)