Skip to content

Commit

Permalink
Update SDK support library to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Nov 7, 2024
1 parent b5ea269 commit e6bf37a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.1]

### Change

- Upgrade Agora SDK.

## [0.5.0]

### Change

- Update dependencies
- Update dependencies.

## [0.4.2]

Expand Down
4 changes: 2 additions & 2 deletions FireworkVideoAgoraSupport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FireworkVideoAgoraSupport'
s.version = '0.5.0'
s.version = '0.5.1'
s.summary = 'FireworkVideoAgoraSupport'

s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_agora_support'
Expand All @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = "FireworkVideoAgoraSupport.xcframework"
s.cocoapods_version = '>= 1.10.0'

s.dependency 'AgoraRtcEngine_iOS/RtcBasic', '4.2.6'
s.dependency 'AgoraRtcEngine_iOS/RtcBasic', '4.4.0'

end
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/AgoraIO/AgoraRtcEngine_iOS.git",
.exact("4.2.6")
.exact("4.4.0")
)
],
targets: [
.binaryTarget(
name: "FireworkVideoAgoraSupport",
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.5.0/FireworkVideoAgoraSupport-v0.5.0.xcframework.zip",
checksum: "afcec9ca74cc3e1d4a9df0ddb2271ab16e4cc57234b68c4ac09e65b5dbfe21a3"
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.5.1/FireworkVideoAgoraSupport-v0.5.1.xcframework.zip",
checksum: "7464b05d90da2bcc4c8e053e34741caf1ff9bd8a28cf61920e947191c4dab542"
)
,
.target(
Expand Down

0 comments on commit e6bf37a

Please sign in to comment.