Skip to content

Commit

Permalink
TaboolaSDK SPM support
Browse files Browse the repository at this point in the history
- update to 3.8.3 version
  • Loading branch information
Alexandr Zhuchinskiy committed Oct 11, 2022
1 parent 0cb0948 commit 31253ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ let package = Package(
products: [
.library(
name: "TaboolaSDK",
targets: ["TaboolaSDK"])
targets: ["TaboolaSDK"]
)
],
targets: [
.binaryTarget(name: "TaboolaSDK",
url: "https://taboola-mobile-sdk.s3.us-west-2.amazonaws.com/ios/spm/3.7.0/TaboolaSDK.xcframework.zip",
checksum: "3e1c404618758a13e64f998a71802f110eb4b14f08ec3fca67f29b4142b3a2e2")
url: "https://taboola-mobile-sdk.s3.us-west-2.amazonaws.com/ios/spm/3.8.3/TaboolaSDK.xcframework.zip",
checksum: "b9bff93c39d98c8fd8d61629755117302d372931840289dd9214ae348dba89bd")
]
)

0 comments on commit 31253ef

Please sign in to comment.