Skip to content

Commit

Permalink
Adding trailing slash to podspec homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
markst committed Dec 8, 2014
1 parent 61a5542 commit c565222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyboardConstraint.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'A NSLayoutConstraint subclass which observes keyboard notifications.'
s.homepage = 'https://github.com/Papercloud/KeyboardConstraint'
s.homepage = 'https://github.com/Papercloud/KeyboardConstraint/'
s.authors = { 'Mark Turner' => '[email protected]' }
s.source = { :git => 'https://github.com/Papercloud/KeyboardConstraint.git', :tag => s.version.to_s }
s.source_files = 'KeyboardConstraint/*.{h,m}'
Expand Down

0 comments on commit c565222

Please sign in to comment.