-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAlerts.podspec
More file actions
23 lines (18 loc) · 895 Bytes
/
Alerts.podspec
File metadata and controls
23 lines (18 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = 'Alerts'
s.version = '1.0.4'
s.summary = 'Alerts & actions on top of UIAlertController'
s.description = <<-DESC
Create alerts & actions with many responders binded to every action.
All in a chainable manner. Both for iPhone and iPad.
DESC
s.homepage = 'https://github.com/StanDimitroff/Alerts'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'StanDimitroff' => 'standimitroff@gmail.com' }
s.source = { :git => 'https://github.com/StanDimitroff/Alerts.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/standimitroff'
s.ios.deployment_target = '9.3'
s.swift_version = '5'
s.source_files = 'Alerts/Classes/**/*'
end