From 9d84d705057f53dcc8e0ea87c6bab4244b6019e5 Mon Sep 17 00:00:00 2001 From: Charles Powell Date: Mon, 5 Oct 2020 17:34:29 -0700 Subject: [PATCH] Bump deployment target to keep Xcode 12 happy (MarqueeLabel 4.0.x still works with iOS 8 though!) --- MarqueeLabel.podspec | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MarqueeLabel.podspec b/MarqueeLabel.podspec index 0d9dff85..beff3e5b 100644 --- a/MarqueeLabel.podspec +++ b/MarqueeLabel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MarqueeLabel" - s.version = "4.0.2" + s.version = "4.0.4" s.summary = "A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when needed." s.homepage = "https://github.com/cbpowell/MarqueeLabel" s.license = { :type => 'MIT', :file => 'LICENSE' } @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.frameworks = 'UIKit', 'QuartzCore' s.requires_arc = true s.source_files = 'Sources/*.swift' - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.tvos.deployment_target = '9.0' s.swift_version = '5.0' end diff --git a/Package.swift b/Package.swift index 2c0a40b2..429a856d 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "MarqueeLabel", platforms: [ - .iOS(.v8), + .iOS(.v9), .tvOS(.v9) ], products: [