Skip to content

Commit

Permalink
Update SDK support library to v0.5.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 13, 2024
1 parent aeacc9f commit 6145ff3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.0-beta.3]
## [0.5.0-beta.4]

### Change

Expand Down
2 changes: 1 addition & 1 deletion 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-beta.3'
s.version = '0.5.0-beta.4'
s.summary = 'FireworkVideoAgoraSupport'

s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_agora_support'
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.6
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -16,14 +16,14 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/AgoraIO/AgoraRtcEngine_iOS.git",
exact: "4.2.0"
.exact("4.2.0")
)
],
targets: [
.binaryTarget(
name: "FireworkVideoAgoraSupport",
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.5.0-beta.3/FireworkVideoAgoraSupport-v0.5.0-beta.3.xcframework.zip",
checksum: "1eb84f20b90b18dd3bac4bb3a11f434180c9082a77573b4c4fff756dcd9ba733"
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.5.0-beta.4/FireworkVideoAgoraSupport-v0.5.0-beta.4.xcframework.zip",
checksum: "0a1f9e02a6af92ab4a9d9c362509f12164d63296c5771079f16949c27ef7fdeb"
)
,
.target(
Expand Down

0 comments on commit 6145ff3

Please sign in to comment.