Skip to content

Commit ee83dbf

Browse files
iOS SDK 4.8.0 release (iOS 16) (#22)
1 parent ef88c2d commit ee83dbf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let 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",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4040
To 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

4646
SeatGeekSDK uses external dependencies. Here you can find a list of them along with versions.

0 commit comments

Comments
 (0)