From 1892232f6ff700b838892b4bd01e427e0bef6e09 Mon Sep 17 00:00:00 2001 From: bielikb Date: Sun, 19 Apr 2020 18:41:37 +0200 Subject: [PATCH] Support iOS 9.0 & above --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9889557..de0c331 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "TextAttributes", platforms: [ - .iOS(.v12) + .iOS(.v9) ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages.