Skip to content

Commit

Permalink
Update podspec for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aheze committed Dec 28, 2021
1 parent bff544c commit 5fcaa9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class PresentViewController: UIViewController {
> Popovers.present(popover)
2. It's highly recommended that you supply a source frame. Otherwise, the popover will be attached to the screen's top-left.
> attributes.sourceFrame = { [weak yourView] in yourView.windowFrame() }
3. If your app supports multiple screens, you should set the popover's windowScene.
> attributes.windowScene = view.window?.windowScene
"""
label.numberOfLines = 0
label.textAlignment = .left
Expand Down
2 changes: 1 addition & 1 deletion Popovers.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Popovers'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'A library to present popovers.'

s.description = <<-DESC
Expand Down

0 comments on commit 5fcaa9d

Please sign in to comment.