Skip to content

Commit

Permalink
Update SDK to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Aug 30, 2023
1 parent a5453e5 commit 827c730
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 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.13.0]

### Added

- Ability to customize product card by changing the corner radius, hiding price labels, and hiding CTA button.

### Changed

- Dropped support for iOS 12.0 and below.

## [1.12.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions FireworkVideo.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = "FireworkVideo"
spec.version = "1.12.0"
spec.version = "1.13.0"
spec.summary = "FireworkVideoSDK"
spec.homepage = "https://github.com/loopsocial/firework_ios_sdk"
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }
spec.author = "Loop Now Technologies, Inc."
spec.platform = :ios, "12.0"
spec.platform = :ios, "13.0"
spec.swift_versions = '5.3'
spec.module_name = "FireworkVideo"
spec.source = { :http => "https://github.com/loopsocial/firework_ios_sdk/releases/download/v#{spec.version}/FireworkVideo-v#{spec.version}.xcframework.zip" }
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "FireworkVideo",
platforms: [
.iOS(.v12),
.iOS(.v13),
],
products: [
.library(name: "FireworkVideo",
Expand All @@ -31,8 +31,8 @@ let package = Package(
],
targets: [
.binaryTarget(name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.12.0/FireworkVideo-v1.12.0.xcframework.zip",
checksum: "83d12fbc27bb3d0c11e4d8ff9b0670978f526140ef1feac15cd9447946b099c0"),
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.13.0/FireworkVideo-v1.13.0.xcframework.zip",
checksum: "baed2eee5a939d54931d582802dcae08d4bb6c0da720d83c043b29a05c89b814"),
.target(name: "FireworkMultiHostStreaming",
dependencies: [
"FireworkVideo",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The app ID is used to authenticate your application with the server. Authenticat

FireworkVideo is compatible with:

- iOS 12 or greater.
- Xcode 13+ or greater.
- Swift 5.3 or greater.
- iOS 13+
- Xcode 14+
- Swift 5.3+

## How to add FireworkVideo to your Xcode project?

Expand Down

0 comments on commit 827c730

Please sign in to comment.