-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathNotificationToast.podspec
More file actions
20 lines (16 loc) · 835 Bytes
/
NotificationToast.podspec
File metadata and controls
20 lines (16 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'NotificationToast'
s.version = '2.0.0'
s.summary = 'Google toast the Apple way !'
s.description = <<-DESC
A view that tries to replicate iOS default toast message view.
DESC
s.homepage = 'https://github.com/PhilippeWeidmann/NotificationToast'
s.screenshots = 'https://github.com/PhilippeWeidmann/NotificationToast/raw/master/Screenshots/icon.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'PhilippeWeidmann' => 'philweidmann@me.com' }
s.source = { :git => 'https://github.com/PhilippeWeidmann/NotificationToast.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.swift_versions = '5.10'
s.source_files = 'Sources/NotificationToast/**/*'
end