Skip to content

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kubatruhlar committed Sep 29, 2016
1 parent 02ce776 commit 0c79229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JTImageButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JTImageButton"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "JTImageButton is a UIButton subclass that makes TITLE+IMAGE work easier."

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

0 comments on commit 0c79229

Please sign in to comment.