Skip to content

Commit

Permalink
Set minimum iOS version to 11 to enable weak linking
Browse files Browse the repository at this point in the history
  • Loading branch information
auramagi committed Dec 21, 2021
1 parent 6838c31 commit 2292503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import PackageDescription

let package = Package(
name: "RepresentableKit",
platforms: [.iOS(.v11)],
products: [
.library(
name: "RepresentableKit",
Expand Down

0 comments on commit 2292503

Please # to comment.