Skip to content

Commit c565222

Browse files
committed
Adding trailing slash to podspec homepage.
1 parent 61a5542 commit c565222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KeyboardConstraint.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.version = '0.0.1'
44
s.license = 'MIT'
55
s.summary = 'A NSLayoutConstraint subclass which observes keyboard notifications.'
6-
s.homepage = 'https://github.com/Papercloud/KeyboardConstraint'
6+
s.homepage = 'https://github.com/Papercloud/KeyboardConstraint/'
77
s.authors = { 'Mark Turner' => '[email protected]' }
88
s.source = { :git => 'https://github.com/Papercloud/KeyboardConstraint.git', :tag => s.version.to_s }
99
s.source_files = 'KeyboardConstraint/*.{h,m}'

0 commit comments

Comments
 (0)