Skip to content

Commit

Permalink
Update SDK to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 14, 2023
1 parent 827c730 commit 8939414
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## CHANGELOG

## [1.14.0]

### Changed

- `VideoFeedViewController` underlying `UICollectionView` is now dynamically constrained to `safeAreaLayoutGuide` based the type of `VideoFeedLayout` used. `VideoFeedHorizontalLayout` will not constrain to `safeAreaLayoutGuide` whereas `VideoFeedGidLayout` will.
- Centered video detail options

## [1.13.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.13.0"
spec.version = "1.14.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 @@ -31,8 +31,8 @@ let package = Package(
],
targets: [
.binaryTarget(name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.13.0/FireworkVideo-v1.13.0.xcframework.zip",
checksum: "baed2eee5a939d54931d582802dcae08d4bb6c0da720d83c043b29a05c89b814"),
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.14.0/FireworkVideo-v1.14.0.xcframework.zip",
checksum: "45c5c935e290e4fef982a6fd6e3e525b079d17fbfafd09b17b90f447785c17b4"),
.target(name: "FireworkMultiHostStreaming",
dependencies: [
"FireworkVideo",
Expand Down

0 comments on commit 8939414

Please sign in to comment.