Skip to content

Commit

Permalink
feat(sdk): next version
Browse files Browse the repository at this point in the history
  • Loading branch information
StreamLayer, Inc committed Jan 23, 2025
1 parent a643ef8 commit 33e9c28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.7
// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.
// swift-module-flags: -target arm64-apple-ios14.0

Expand All @@ -22,8 +22,8 @@ let package = Package(
),
.binaryTarget(
name: "StreamLayerSDK",
url: "https://storage.googleapis.com/ios.streamlayer.io/v8.22.28/StreamLayerSDK.xcframework.zip",
checksum: "43fd5e0a44dc488460a630041c08583075fee0cd55afae81087966e299ca8e54"
url: "https://storage.googleapis.com/ios.streamlayer.io/33404/StreamLayerSDK.xcframework.zip",
checksum: "9dd6ba77fbd2e9fe824a10088cb7d607c26538f28b8c968575f14da2118dd833"
)
]
)
Expand Down
4 changes: 2 additions & 2 deletions StreamLayer.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "StreamLayer"
s.version = "8.22.43"
s.version = "8.22.96"
s.summary = "StreamLayer SDK"
s.description = "StreamLayer SDK public repo"
s.license = { :type => 'Proprietary', :text => 'StreamLayer License' }
s.author = { 'Kirill Kunst' => '[email protected]' }
s.homepage = "https://github.com/StreamLayer/sdk-ios.git"
s.source = { :http => 'https://storage.googleapis.com/ios.streamlayer.io/32517/StreamLayerSDK.xcframework.zip' }
s.source = { :http => 'https://storage.googleapis.com/ios.streamlayer.io/33404/StreamLayerSDK.xcframework.zip' }
s.vendored_frameworks = 'xcframeworks/StreamLayerSDK.xcframework'
s.platform = :ios
s.swift_version = "5.7"
Expand Down

0 comments on commit 33e9c28

Please sign in to comment.