File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "NYAlertViewController"
3- s . version = "1.3 .0"
3+ s . version = "1.4 .0"
44 s . summary = "Highly Customizable iOS Alert Views"
55 s . description = "Replacement for UIAlertController/UIAlertView with support for content views and UI customization"
66 s . homepage = "https://github.com/nealyoung/NYAlertViewController"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99 s . author = { "Neal Young" => "hi@nealyoung.me" }
1010 s . social_media_url = "http://nealyoung.me"
1111 s . platform = :ios , "8.0"
12- s . source = { :git => "https://github.com/nealyoung /NYAlertViewController.git" , :tag => "#{ s . version } " }
12+ s . source = { :git => "https://github.com/schmidt9 /NYAlertViewController.git" , :tag => "#{ s . version } " }
1313 s . source_files = "NYAlertViewController/*.{h,m}"
1414 s . requires_arc = true
1515
You can’t perform that action at this time.
0 commit comments