From 9a10de3232f189553033aeb2cbf20f59c7afba6a Mon Sep 17 00:00:00 2001 From: Markus Emrich Date: Sun, 10 Dec 2023 18:46:53 +0100 Subject: [PATCH] tweak podspec --- JDStatusBarNotification.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JDStatusBarNotification.podspec b/JDStatusBarNotification.podspec index eba6617..05a3beb 100644 --- a/JDStatusBarNotification.podspec +++ b/JDStatusBarNotification.podspec @@ -4,14 +4,14 @@ Pod::Spec.new do |s| s.name = 'JDStatusBarNotification' s.version = '2.2.0' s.platform = :ios, '13.0' - s.swift_versions = ['5.1'] + s.swift_versions = ['5.7'] s.license = { :type => 'MIT' } s.author = { 'Markus Emrich' => 'markus.emrich@gmail.com' } s.source = { :git => 'https://github.com/calimarkus/JDStatusBarNotification.git', :tag => "#{s.version}" } # description s.summary = 'Highly customizable & feature rich notifications. Interactive dismiss. Custom Views. SwiftUI. Tap-to-hold. Progress.' - s.description = 'Highly customizable & feature rich notifications displayed below the status bar. Customizable colors, fonts & animations. Supports notch and no-notch devices, landscape & portrait layouts and Drag-to-Dismiss. Can display a subtitle, an activity indicator, a progress bar & custom views or SwiftUI out of the box. iOS 13+.' + s.description = 'Highly customizable & feature rich notifications displayed below the status bar. Customizable colors, fonts & animations. Supports notch and no-notch devices, landscape & portrait layouts and Drag-to-Dismiss. Can display a subtitle, an activity indicator, a progress bar & custom views or SwiftUI views out of the box.' # links s.homepage = 'https://github.com/calimarkus/JDStatusBarNotification'