Skip to content

Commit

Permalink
Merge pull request #12 from StreamAMG/hotfix/release_1.1.7
Browse files Browse the repository at this point in the history
Updated podspec and readme to 1.1.7 on production
  • Loading branch information
StefanoStream authored Jan 6, 2023
2 parents b73d2fc + ecc1615 commit 00f28fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.1.7 - Updated Kaltura SDK, added external subtitles support and improvments.

### 1.1.6 - Added option to override full screen and minimise button

### 1.1.5 - Fixed rotation issue on iOS 16
Expand Down
10 changes: 5 additions & 5 deletions StreamAMGSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ end

spec.subspec 'PlayKit' do |playkit|
playkit.source_files = "Source/StreamSDKPlayKit/**/*.*"
playkit.dependency 'PlayKit', '3.25.0'
playkit.dependency 'PlayKit_IMA', '1.11.0'
playkit.dependency 'PlayKitProviders', '1.16.0'
playkit.dependency 'PlayKitYoubora', '1.12.0'
playkit.dependency 'PlayKit', '3.27.0'
playkit.dependency 'PlayKit_IMA', '1.13.0'
playkit.dependency 'PlayKitProviders', '1.18.0'
playkit.dependency 'PlayKitYoubora', '1.15.0'
playkit.resource_bundles = { 'AMGPlayKitBundle' => 'Source/Media/*.*'}
end

spec.subspec 'PlayKit2Go' do |playkit2go|
playkit2go.source_files = "Source/StreamSDKPlayKit2Go/**/*.*"
playkit2go.dependency "StreamAMGSDK/PlayKit"
playkit2go.dependency 'DownloadToGo', '3.17.0'
playkit2go.dependency 'DownloadToGo', '3.18.0'
end

end

0 comments on commit 00f28fa

Please sign in to comment.