-
Notifications
You must be signed in to change notification settings - Fork 562
/
JDStatusBarNotification.podspec
24 lines (19 loc) · 1.29 KB
/
JDStatusBarNotification.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
# basics
s.name = 'JDStatusBarNotification'
s.version = '2.2.4'
s.platform = :ios, '13.0'
s.swift_versions = ['5.9']
s.license = { :type => 'MIT' }
s.author = { 'Markus Emrich' => '[email protected]' }
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 views out of the box.'
# links
s.homepage = 'https://github.com/calimarkus/JDStatusBarNotification'
s.documentation_url = 'http://calimarkus.github.io/JDStatusBarNotification/documentation/jdstatusbarnotification/'
s.screenshot = 'https://user-images.githubusercontent.com/807039/173831886-d7c8cca9-9274-429d-b924-78f21a4f6092.jpg'
# sources
s.source_files = 'JDStatusBarNotification/**/*.{swift}'
end