-
Notifications
You must be signed in to change notification settings - Fork 1
/
ImageAlertAction.podspec
23 lines (19 loc) · 1 KB
/
ImageAlertAction.podspec
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 = 'ImageAlertAction'
s.version = '3.2.0'
s.summary = 'Image support for UIAlertAction'
s.description = <<-DESC
ImageAlertAction adds image support to UIAlertAction.
Use this to visually convey an action's purpose.
DESC
s.homepage = 'https://github.com/BasThomas/ImageAlertAction'
s.screenshots = 'https://raw.githubusercontent.com/BasThomas/ImageAlertAction/master/assets/alert.png', 'https://raw.githubusercontent.com/BasThomas/ImageAlertAction/master/assets/actionsheet.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Bas Broek' => 'bas@basbroek.nl' }
s.source = { :git => 'https://github.com/BasThomas/ImageAlertAction.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/basthomas'
s.ios.deployment_target = '8.0'
s.swift_version = '5.1'
s.source_files = 'ImageAlertAction/Classes/**/*'
s.frameworks = 'UIKit'
end