File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version:5.2
1+ // swift-tools-version:5.7
22
33import PackageDescription
44
55let package = Package (
66 name: " google-cloud-kit " ,
7- platforms: [ . macOS( . v10_15) ] ,
7+ platforms: [
8+ . macOS( . v13) ,
9+ . iOS( . v13)
10+ ] ,
811 products: [
912 . library(
1013 name: " GoogleCloudKit " ,
@@ -36,8 +39,8 @@ let package = Package(
3639 ) ,
3740 ] ,
3841 dependencies: [
39- . package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.2 .0 " ) ,
40- . package ( url: " https://github.com/vapor/jwt-kit.git " , from: " 4.0 .0 " )
42+ . package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.18 .0 " ) ,
43+ . package ( url: " https://github.com/vapor/jwt-kit.git " , from: " 4.13 .0 " )
4144 ] ,
4245 targets: [
4346 . target(
You can’t perform that action at this time.
0 commit comments