File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PackageDescription
66let package = Package (
77 name: " SeatGeek " ,
88 platforms: [
9- . iOS( . v15 )
9+ . iOS( . v16 )
1010 ] ,
1111 products: [
1212 . library(
@@ -31,8 +31,8 @@ let package = Package(
3131 ) ,
3232 . binaryTarget(
3333 name: " SeatGeekSDKTG " ,
34- url: " https://seatgeek.jfrog.io/artifactory/sdk-ios/4.7 .0/SeatGeekSDK.xcframework.zip " ,
35- checksum: " 12f28fec5bf971fbcf9621ca0ade64035d2bf0d665e10ff96c6da72bcdfae055 "
34+ url: " https://seatgeek.jfrog.io/artifactory/sdk-ios/4.8 .0/SeatGeekSDK.xcframework.zip " ,
35+ checksum: " 1e3e2c2fa4252cafd5b9864f744a00da0898956a38783adc3889edd215741daa "
3636 ) ,
3737 . binaryTarget(
3838 name: " SnapKitTarget " ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ SeatGeek SDK allows client integrators to bring ticketing experience into their
1515- [ Installation] ( https://github.com/seatgeek/seatgeek-ios-sdk#installation )
1616
1717## Requirements
18- - iOS 15 .0+
18+ - iOS 16 .0+
1919- XCode 16.0+
2020
2121## Features
@@ -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.7 .0")
43+ .package(url: "https://github.com/seatgeek/seatgeek-ios-sdk", from: "4.8 .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