diff --git a/Package.swift b/Package.swift index de79fe3..57a12d3 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: [ .binaryTarget( name: "PushwooshFramework", - url: "https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases/download/6.7.9/PushwooshFramework.xcframework.zip", - checksum: "9f62b75e7bb1cb377267b868a34fdef8451a88f363e8e2526214fe66b95afc5e" + url: "https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases/download/6.7.10/PushwooshFramework.xcframework.zip", + checksum: "13ec392f0c87e744c6683c8ae8b7941ae8a83524dbf02228b0b69dc90216b30f" ) ] )