Skip to content

Commit

Permalink
Updates iOS version to iOS13, podspec version to 0.2.0 and Agora defa…
Browse files Browse the repository at this point in the history
…ult version to 4.0.1.

.
  • Loading branch information
jlebajan authored and Junard Lebajan committed Mar 31, 2023
1 parent 8c4855e commit 57f808d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.0'
s.version = '0.2.0'
s.summary = 'FireworkVideoAgoraSupport'

s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_agora_support'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "FireworkVideoAgoraSupport",
platforms: [
.iOS(.v12)
.iOS(.v13)
],
products: [
.library(
Expand All @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/AgoraIO/AgoraRtcEngine_iOS.git",
.upToNextMajor(from: "4.1.1")
.upToNextMajor(from: "4.0.1")
),
.package(
url: "https://github.com/apple/swift-protobuf.git",
Expand Down

0 comments on commit 57f808d

Please sign in to comment.