Skip to content

Commit e07a469

Browse files
committed
Merge pull request #30 from cemolcay/hotfix/cemolcay-public-interface
[KeyMenuStyle] Make init public
2 parents d37f585 + ee6a310 commit e07a469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Keyboard/KeyPop/KeyMenu.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public struct KeyMenuStyle {
3232
public var horizontalMenuRightPadding: CGFloat
3333

3434
// MARK: Init
35-
init(
35+
public init(
3636
shadow: Shadow? = nil,
3737
backgroundColor: UIColor? = nil,
3838
itemSize: CGSize? = nil,

KeyboardLayoutEngine.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "KeyboardLayoutEngine"
19-
s.version = "0.8.6"
19+
s.version = "0.8.7"
2020
s.summary = "⌨️ Simplest custom keyboard generator for iOS ever!"
2121

2222
# This description is used to generate tags and improve search results.
@@ -336,7 +336,7 @@ optional func defaultKeyboardDidPressReturnButton(defaultKeyboard: DefaultKeyboa
336336
# Supports git, hg, bzr, svn and HTTP.
337337
#
338338

339-
s.source = { :git => "https://github.com/cemolcay/KeyboardLayoutEngine.git", :tag => "0.8.6" }
339+
s.source = { :git => "https://github.com/cemolcay/KeyboardLayoutEngine.git", :tag => "0.8.7" }
340340

341341

342342
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)