forked from nealyoung/NYAlertViewController
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NYAlertViewController.podspec
16 lines (16 loc) · 981 Bytes
/
NYAlertViewController.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "NYAlertViewController"
s.version = "2.0.0"
s.summary = "Highly Customizable iOS Alert Views"
s.description = "Replacement for UIAlertController/UIAlertView with support for content views and UI customization"
s.homepage = "https://github.com/nealyoung/NYAlertViewController"
s.screenshots = "https://github.com/nealyoung/NYAlertViewController/raw/master/header.png"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Neal Young" => "[email protected]" }
s.social_media_url = "http://nealyoung.me"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/nealyoung/NYAlertViewController.git", :tag => "#{s.version}" }
s.source_files = "NYAlertViewController/*.{h,m}"
s.private_header_files = "NYAlertViewController/Private/*.h"
s.requires_arc = true
end