We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a5542 commit c565222Copy full SHA for c565222
KeyboardConstraint.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
3
s.version = '0.0.1'
4
s.license = 'MIT'
5
s.summary = 'A NSLayoutConstraint subclass which observes keyboard notifications.'
6
- s.homepage = 'https://github.com/Papercloud/KeyboardConstraint'
+ s.homepage = 'https://github.com/Papercloud/KeyboardConstraint/'
7
s.authors = { 'Mark Turner' => '[email protected]' }
8
s.source = { :git => 'https://github.com/Papercloud/KeyboardConstraint.git', :tag => s.version.to_s }
9
s.source_files = 'KeyboardConstraint/*.{h,m}'
0 commit comments