Skip to content

Commit 9a10de3

Browse files
committed
tweak podspec
1 parent bcd74a0 commit 9a10de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JDStatusBarNotification.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Pod::Spec.new do |s|
44
s.name = 'JDStatusBarNotification'
55
s.version = '2.2.0'
66
s.platform = :ios, '13.0'
7-
s.swift_versions = ['5.1']
7+
s.swift_versions = ['5.7']
88
s.license = { :type => 'MIT' }
99
s.author = { 'Markus Emrich' => '[email protected]' }
1010
s.source = { :git => 'https://github.com/calimarkus/JDStatusBarNotification.git', :tag => "#{s.version}" }
1111

1212
# description
1313
s.summary = 'Highly customizable & feature rich notifications. Interactive dismiss. Custom Views. SwiftUI. Tap-to-hold. Progress.'
14-
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+.'
14+
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.'
1515

1616
# links
1717
s.homepage = 'https://github.com/calimarkus/JDStatusBarNotification'

0 commit comments

Comments
 (0)