Skip to content

Commit b26a57a

Browse files
authored
Merge pull request #151 from RVetas/patch-1
Update deployment target
2 parents 5d541b2 + 3c1f8af commit b26a57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "FDWaveformView",
7-
platforms: [.iOS(.v8)],
7+
platforms: [.iOS(.v9)],
88
products: [
99
.library(
1010
name: "FDWaveformView",

0 commit comments

Comments
 (0)