Skip to content

Commit cfa045d

Browse files
authored
Update NYAlertViewController.podspec
1 parent 22545d2 commit cfa045d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NYAlertViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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

0 commit comments

Comments
 (0)