AWS ivs medium security documentation change
Summary
Removed CocoaPods integration option and updated SDK version from 1.38.0 to 1.39.0
Security assessment
Removal of CocoaPods references due to its maintenance mode (security fixes only) reduces long-term security risks from deprecated package manager. Version update may include security patches.
Diff
diff --git a/ivs/latest/LowLatencyUserGuide/broadcast-ios-getting-started.md b/ivs/latest/LowLatencyUserGuide/broadcast-ios-getting-started.md index 2c9016354..3a08e02e3 100644 --- a//ivs/latest/LowLatencyUserGuide/broadcast-ios-getting-started.md +++ b//ivs/latest/LowLatencyUserGuide/broadcast-ios-getting-started.md @@ -13 +13 @@ This document takes you through the steps involved in getting started with the A -We recommend that you integrate broadcast SDK via Swift Package Manager. (Alternatively, you can integrate via CocoaPods or manually add the framework to your project.) +We recommend that you integrate broadcast SDK via Swift Package Manager. (Alternatively, you can manually add the framework to your project.) @@ -17 +17 @@ We recommend that you integrate broadcast SDK via Swift Package Manager. (Altern - 1. Download the Package.swift file from [https://broadcast.live-video.net/1.38.0/Package.swift](https://broadcast.live-video.net/1.38.0/Package.swift). + 1. Download the Package.swift file from [https://broadcast.live-video.net/1.39.0/Package.swift](https://broadcast.live-video.net/1.39.0/Package.swift). @@ -34,11 +33,0 @@ We recommend that you integrate broadcast SDK via Swift Package Manager. (Altern -### Alternate Approach: Integrate the Broadcast SDK (CocoaPods) - -**Important** : CocoaPods is in maintenance mode (security fixes only) and after December 2026, no new packages or updates can be published to the CocoaPods repository. Existing packages will remain available but frozen. We recommend using Swift Package Manager for all new projects. - -Releases are published via CocoaPods under the name `AmazonIVSBroadcast`. Add this dependency to your Podfile: - - - pod 'AmazonIVSBroadcast' - -Run `pod install` and the SDK will be available in your `.xcworkspace`. - @@ -47 +36 @@ Run `pod install` and the SDK will be available in your `.xcworkspace`. - 1. Download the latest version from [https://broadcast.live-video.net/1.38.0/AmazonIVSBroadcast.xcframework.zip](https://broadcast.live-video.net/1.38.0/AmazonIVSBroadcast.xcframework.zip). + 1. Download the latest version from [https://broadcast.live-video.net/1.39.0/AmazonIVSBroadcast.xcframework.zip](https://broadcast.live-video.net/1.39.0/AmazonIVSBroadcast.xcframework.zip).