forked from OlehKulykov/OKAlertController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOKAlertController.podspec
More file actions
20 lines (17 loc) · 900 Bytes
/
OKAlertController.podspec
File metadata and controls
20 lines (17 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "OKAlertController"
s.version = "1.1.0"
s.summary = "Customisable UIAlertController controller"
s.description = <<-DESC
Customisable UIAlertController controller.
DESC
s.homepage = "https://github.com/OlehKulykov/OKAlertController"
s.screenshots = "https://github.com/OlehKulykov/OKAlertController/raw/master/Resources/ScreenShot1.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "OlehKulykov" => "info@resident.name" }
s.source = { :git => "https://github.com/OlehKulykov/OKAlertController.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'
s.source_files = 'OKAlertController/Controller/OKAlertController/*.{swift}'
s.requires_arc = true
end