forked from Friend-LGA/LGAlertView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLGAlertView.podspec
More file actions
18 lines (14 loc) · 741 Bytes
/
Copy pathLGAlertView.podspec
File metadata and controls
18 lines (14 loc) · 741 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 = 'LGAlertView'
s.version = '2.4.0'
s.platform = :ios, '8.0'
s.license = 'MIT'
s.homepage = 'https://github.com/Friend-LGA/LGAlertView'
s.author = { 'Grigory Lutkov' => 'Friend.LGA@gmail.com' }
s.source = { :git => 'https://github.com/Friend-LGA/LGAlertView.git', :tag => s.version }
s.summary = 'Customizable implementation of UIAlertViewController, UIAlertView and UIActionSheet. All in one.'
s.description = 'Customizable implementation of UIAlertViewController, UIAlertView and UIActionSheet. All in one. ' \
'You can customize every detail. Make AlertView of your dream! :)'
s.requires_arc = true
s.source_files = 'LGAlertView/*.{h,m}'
end