Skip to content

Commit

Permalink
Updated screenshot URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Sep 9, 2014
1 parent b096a26 commit 9e10413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

THLabel is a subclass of UILabel, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.

![THLabel screenshot](https://raw.github.com/MuscleRumble/THLabel/master/screenshot.png "THLabel screenshot")
![THLabel screenshot](https://raw.githubusercontent.com/MuscleRumble/THLabel/master/screenshot.png "THLabel screenshot")

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion THLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = '1.4'
s.summary = 'THLabel is a subclass of UILabel, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.'
s.homepage = 'https://github.com/MuscleRumble/THLabel'
s.screenshots = 'https://github.com/MuscleRumble/THLabel/blob/master/screenshot.png'
s.screenshots = 'https://raw.githubusercontent.com/MuscleRumble/THLabel/master/screenshot.png'
s.license = 'zlib'
s.author = { 'Tobias Hagemann' => 'tobias.hagemann@gmail.com' }
s.source = { :git => 'https://github.com/MuscleRumble/THLabel.git', :tag => s.version.to_s }
Expand Down

0 comments on commit 9e10413

Please sign in to comment.