forked from sberrevoets/SDCAlertView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSDCAlertView.podspec
More file actions
15 lines (13 loc) · 659 Bytes
/
SDCAlertView.podspec
File metadata and controls
15 lines (13 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "SDCAlertView"
s.version = "5.1"
s.summary = "The little alert that could"
s.homepage = "https://github.com/sberrevoets/SDCAlertView"
s.license = { :type => "MIT" }
s.authors = { "Scott Berrevoets" => "s.berrevoets@me.com" }
s.source = { :git => "https://github.com/sberrevoets/SDCAlertView.git", :tag => "v#{s.version}" }
s.social_media_url = "https://twitter.com/ScottBerrevoets"
s.source_files = "Source/**/*.{swift,xib}", "Source/Supporting Files/UIView+SDCAutoLayout.{h,m}"
s.ios.deployment_target = 8.0
s.requires_arc = true
end