Skip to content

Commit

Permalink
.podspec updated v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kubatruhlar committed Jun 23, 2015
1 parent 21a665b commit 2ab21dd
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.1"
s.version = "1.0.2"
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/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
Expand Down

0 comments on commit 2ab21dd

Please sign in to comment.