-
Notifications
You must be signed in to change notification settings - Fork 755
Expand file tree
/
Copy pathSCLAlertView.podspec
More file actions
17 lines (17 loc) · 860 Bytes
/
SCLAlertView.podspec
File metadata and controls
17 lines (17 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "SCLAlertView"
s.version = "0.8.1"
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 = { :type => "MIT", :file => "LICENCE" }
s.author = { "Viktor" => "yazexel@gmail.com" }
s.social_media_url = "http://twitter.com/vikmeup"
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => s.version }
s.source_files = "SCLAlertView/*.{swift}"
s.swift_version = '5.0'
#s.framework = "QuartzCore"
s.requires_arc = true
end