forked from grevolution/DMRNotificationView
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDMRNotificationView.podspec
More file actions
18 lines (16 loc) · 924 Bytes
/
DMRNotificationView.podspec
File metadata and controls
18 lines (16 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'DMRNotificationView'
s.version = '1.1'
s.platform = :ios, '5.0'
s.license = 'MIT'
s.summary = 'DMRNotificationView is a simple panel that informs the user about something.'
s.homepage = 'https://github.com/Pitometsu/DMRNotificationView'
s.author = { 'Damir Tursunovic' => 'hello@damir.me',
'Shan Ul Haq' => 'g@grevolution.me',
'Yuriy Pitomets' => 'pitometsu@gmail.com' }
s.source = { :git => 'https://github.com/Pitometsu/DMRNotificationView.git',
:tag => '1.1' }
s.description = 'DMRNotificationView is a simple panel that slides down to inform the user about something. It has a title and subtitle (optional). You can set custom tint colors (automatically adds 0.85 transparency to tint color), fonts and dismiss interval.'
s.source_files = 'DMRNotificationView/*.{h,m}'
s.requires_arc = true
end