Skip to content

Commit

Permalink
Update SDK to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Nov 3, 2022
1 parent 4e55ed2 commit ead05c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## CHANGELOG

## [1.3.0]

### Added

- Multiple product pinning

### Fixed

- Crash on iOS 16 when returning to the app from Apple Native PiP

## [1.2.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion FireworkVideo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FireworkVideo"
spec.version = "1.2.0"
spec.version = "1.3.0"
spec.summary = "FireworkVideoSDK"
spec.homepage = "https://github.com/loopsocial/firework_ios_sdk"
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
],
targets: [
.binaryTarget(name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.2.0/FireworkVideo-v1.2.0.xcframework.zip",
checksum: "8c30e81394c571affbf26f35f3a54bf16abdb5371564059dca2a2b0bfe9d3daa"),
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.3.0/FireworkVideo-v1.3.0.xcframework.zip",
checksum: "14976fe6aa2cfaa1683e4f9b697de472e1c7d2d03e5e8fec7469e0af3f7b3c99"),
]

)

0 comments on commit ead05c9

Please sign in to comment.