Skip to content

Commit a6784e1

Browse files
authored
Match minimum requirements of Segment library
1 parent 4ff6dae commit a6784e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "SegmentFirebase",
6-
platforms: [.macOS(.v10_10), .iOS(.v9)],
6+
platforms: [.macOS(.v10_13), .iOS(.v10)],
77
products: [.library(name: "SegmentFirebase", targets: ["SegmentFirebase"])],
88
dependencies: [
99
.package(name: "Segment", url: "https://github.com/segmentio/analytics-ios.git", from: "4.1.2"),

0 commit comments

Comments
 (0)