forked from vikmeup/SCLAlertView-Swift
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSCLAlertView.podspec
More file actions
18 lines (17 loc) · 852 Bytes
/
SCLAlertView.podspec
File metadata and controls
18 lines (17 loc) · 852 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 = "SCLAlertView"
s.version = "0.3"
s.summary = "Beautiful Alert View. Written in Swift"
s.homepage = "https://github.com/vikmeup/SCLAlertView-Swift"
s.screenshots = "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/errorScreenshot.png", "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png"
# s.license = "MIT (example)"
s.license = { :type => "MIT", :file => "LICENCE" }
s.author = { "Viktor" => "yazexel@gmail.com" }
s.social_media_url = "http://twitter.com/hackua"
s.platform = :ios
s.ios.deployment_target = '7.0'
s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => "0.3" }
s.source_files = "Classes/*"
#s.framework = "QuartzCore"
s.requires_arc = true
end