Skip to content

Commit 5cba9ed

Browse files
Merge pull request #3 from NeilsUltimateLab/master
Update the iOS version to v9. Also changed the dependency from master…
2 parents 0f9889d + 39bf5b6 commit 5cba9ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import PackageDescription
44

55
let package = Package(
66
name: "MarkdownSyntax",
7-
platforms: [.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)],
7+
platforms: [.macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)],
88
products: [
99
.library(name: "MarkdownSyntax", targets: ["MarkdownSyntax"]),
1010
],
1111
dependencies: [
12-
.package(name: "cmark_gfm", url: "https://github.com/hebertialmeida/swift-cmark-gfm", .branch("master"))
12+
.package(name: "cmark_gfm", url: "https://github.com/hebertialmeida/swift-cmark-gfm", .upToNextMajor(from: "1.0.0"))
1313
],
1414
targets: [
1515
.target(name: "MarkdownSyntax", dependencies: ["cmark_gfm"]),

0 commit comments

Comments
 (0)