File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ let package = Package(
3131 ) ,
3232 . binaryTarget(
3333 name: " SeatGeekSDKTG " ,
34- url: " https://seatgeek.jfrog.io/artifactory/sdk-ios/4.8.0 /SeatGeekSDK.xcframework.zip " ,
35- checksum: " 1e3e2c2fa4252cafd5b9864f744a00da0898956a38783adc3889edd215741daa "
34+ url: " https://seatgeek.jfrog.io/artifactory/sdk-ios/4.8.1 /SeatGeekSDK.xcframework.zip " ,
35+ checksum: " 938d408de741958fc8cc849b426336f5e5be0367425b955d2d0422eb556543a5 "
3636 ) ,
3737 . binaryTarget(
3838 name: " SnapKitTarget " ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ SeatGeek SDK allows client integrators to bring ticketing experience into their
4040To integrate SeatGeekSDK into your Xcode project using Swift Package Manager, add it to the dependencies value of your ` Package.swift ` :
4141
4242 dependencies: [
43- .package(url: "https://github.com/seatgeek/seatgeek-ios-sdk", from: "4.8.0 ")
43+ .package(url: "https://github.com/seatgeek/seatgeek-ios-sdk", from: "4.8.1 ")
4444 ]
4545
4646SeatGeekSDK uses external dependencies. Here you can find a list of them along with versions.
You can’t perform that action at this time.
0 commit comments