Skip to content

Commit

Permalink
Typo. Spec.homepage was missing 'https'
Browse files Browse the repository at this point in the history
  • Loading branch information
coryalder committed Oct 2, 2013
1 parent 8af4dad commit 47c4cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTButton/1.0.0/BTButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "BTButton"
s.version = "1.0.0"
s.summary = "Custom UIButton implementation with image and text."
s.homepage = "://github.com/borut-t/BTButton"
s.homepage = "https://github.com/borut-t/BTButton"
s.screenshots = "https://raw.github.com/borut-t/BTButton/master/Screenshots/preview.png"
s.license = { :type => 'zlib', :file => 'LICENCE.md' }
s.author = { "Borut Tomažin" => "borut.tomazin@gmail.com" }
Expand Down

0 comments on commit 47c4cbd

Please sign in to comment.