-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSFAlertView.podspec
29 lines (18 loc) · 887 Bytes
/
SFAlertView.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
25
26
27
28
29
Pod::Spec.new do |s|
s.name = "SFAlertView"
s.version = "1.0.15"
s.summary = "A highly configurable content hugging alert view."
s.description = <<-DESC
This pod is the result of merging SIAlertView and a custom
popup component which resize to fit its content.
DESC
s.homepage = "https://github.com/sey/SFAlertView"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { "Florian Sey" => "[email protected]" }
s.social_media_url = "http://twitter.com/floriansey"
s.platform = :ios, '6.1'
s.source = { :git => "https://github.com/sey/SFAlertView.git", :tag => "1.0.15" }
s.source_files = 'SFAlertView/SFAlertView.{h,m}', 'SFAlertView/UIWindow+SIUtils.{h,m}'
s.requires_arc = true
s.dependency 'UIView+AutoLayout', '1.1.0'
end