The Introspect master has backwards compatibility using @available

This commit is contained in:
Casper Zandbergen 2020-06-17 17:26:52 +02:00
parent 07c2478f9c
commit 2f49797c9d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "Introspect", url: "https://github.com/timbersoftware/SwiftUI-Introspect.git", from: "0.1.0")
.package(name: "Introspect", url: "https://github.com/timbersoftware/SwiftUI-Introspect.git", .branch("master"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.