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.9.1 /SeatGeekSDK.xcframework.zip " ,
35- checksum: " 0f3a13d7988d2561a262ff4c20c973ff7b70b39667949dade6ac1bc2878098da "
34+ url: " https://seatgeek.jfrog.io/artifactory/sdk-ios/5.0.0 /SeatGeekSDK.xcframework.zip " ,
35+ checksum: " 0bbcae8a4c4502ec296650f8ea208f4ce31867daa8876a39e24d409f28236d6a "
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.1 ")
43+ .package(url: "https://github.com/seatgeek/seatgeek-ios-sdk", from: "5.0.0 ")
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