Skip to content

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kubatruhlar committed Oct 21, 2016
1 parent a9fe458 commit 28bce3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JTAlertView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JTAlertView"
s.version = "1.0.3"
s.version = "1.1.0"
s.summary = "JTAlertView is the new **wonderful dialog/HUD/alert** kind of View."

s.description = <<-DESC
Expand All @@ -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/kubatruhlar/JTAlertView.git", :tag => "1.0.3" }
s.source = { :git => "https://github.com/kubatruhlar/JTAlertView.git", :tag => "1.1.0" }
s.source_files = "JTAlertView/*"
s.framework = "UIKit"
s.requires_arc = true
Expand Down

0 comments on commit 28bce3a

Please sign in to comment.