We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4de60b8 + 92855e4 commit bbc6e89Copy full SHA for bbc6e89
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "AlgoliaSearchClient",
8
platforms: [
9
- .iOS(.v8),
+ .iOS(.v9),
10
.macOS(.v10_10),
11
.watchOS(.v2),
12
.tvOS(.v9)
@@ -17,7 +17,7 @@ let package = Package(
17
targets: ["AlgoliaSearchClient"])
18
],
19
dependencies: [
20
- .package(url:"https://github.com/apple/swift-log.git", from: "1.3.0")
+ .package(url:"https://github.com/apple/swift-log.git", from: "1.4.0")
21
22
targets: [
23
.target(
0 commit comments