diff --git a/JTAlertView.podspec b/JTAlertView.podspec index 7c62bf5..ab6e76b 100644 --- a/JTAlertView.podspec +++ b/JTAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JTAlertView" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "JTAlertView is the new **wonderful dialog/HUD/alert** kind of View." s.description = <<-DESC @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.author = "Jakub Truhlar" s.social_media_url = "http://kubatruhlar.cz" s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/kubatru/JTAlertView.git", :tag => "1.0.1" } + s.source = { :git => "https://github.com/kubatru/JTAlertView.git", :tag => "1.0.2" } s.source_files = "JTAlertView/*" s.framework = "UIKit" s.requires_arc = true