Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 687eb71

Browse files
committed
update description in podspec file
1 parent fcba684 commit 687eb71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SafeAreaInputAccessoryViewWrapperView.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Pod::Spec.new do |s|
33
s.version = '1.0.0'
44
s.screenshot = ''
55
s.summary = 'SafeAreaInputAccessoryViewWrapperView provides a way to wrap custom inputAccessoryView views to respect bottom safe area layouts.'
6+
s.description = <<-DESC
7+
SafeAreaInputAccessoryViewWrapperView is useful for wrapping a view to be used as an inputAccessoryView. Without this, setting the view as an inputAccessoryView will ignore safe area layouts. For example, the Home screen indicator on iPhone X will battle for the same spot. This class ensures that the view respects safe area layouts and does not cover up system UI elements such as the Home screen indicator on iPhone X.
8+
DESC
69
s.homepage = 'https://github.com/StockX/SafeAreaInputAccessoryViewWrapperView'
710
s.license = { :type => 'MIT', :file => 'LICENSE' }
811
s.author = { 'Jeff Burt' => 'jburt1992@gmail.com' }

0 commit comments

Comments
 (0)