forked from vitormesquita/Malert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Malert.podspec
24 lines (20 loc) · 863 Bytes
/
Malert.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
#
# Be sure to run `pod lib lint Malert.podspec' to ensure this is a
# valid spec before submitting.
Pod::Spec.new do |s|
s.name = 'Malert'
s.version = '3.1.3'
s.summary = 'A simple, easy and very customizable alert'
s.description = <<-DESC
Malert came to facilitate make custom alert views, introducing as `UIAlertController`.
DESC
s.homepage = 'https://github.com/vitormesquita/Malert'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Vitor Mesquita' => '[email protected]' }
s.source = { :git => 'https://github.com/vitormesquita/Malert.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'Malert/Classes/**/*'
s.resource_bundles = {
'Malert' => ['Malert/Assets/*.png']
}
end