Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarGroth committed Oct 20, 2016
1 parent 2bf9796 commit fb5c638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FlatButton.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'FlatButton'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'Layer based NSButton with Interface Builder styling options'
s.homepage = 'https://github.com/OskarGroth/FlatButton'
s.license = {
Expand All @@ -18,7 +18,7 @@ s.source = {
s.platform = :osx, '10.9'
s.source_files = 'FlatButton/FlatButton.{swift}'
s.requires_arc = true
s.screenshot = "https://s3.amazonaws.com/cindori/images/FlatButton.png"
s.screenshot = "https://raw.githubusercontent.com/OskarGroth/FlatButton/master/screenshot.png"
s.social_media_url = "https://twitter.com/cindoriapps"

end

0 comments on commit fb5c638

Please sign in to comment.