freshOS / KeyboardLayoutGuide

⌨️ KeyboardLayoutGuide, back from when it didn't exist.
MIT License
1.19k stars 59 forks source link

Incorrect name of pod #4

Closed rpanichkin closed 6 years ago

rpanichkin commented 6 years ago

There's no pod specification for pod 'Keyboard+LayoutGuide'.

s4cha commented 6 years ago

Hello @rpanichkin

This works on my side

target 'MyAppName' do
  pod 'Keyboard+LayoutGuide'
  use_frameworks!
end

The pod is visible here : https://cocoapods.org/pods/Keyboard+LayoutGuide Careful another one is named KeyboardLayoutGuide but its not the same :)

Maybe you need to update your master repo, the pod being recent :)

rpanichkin commented 6 years ago

Ahhh my bad :slightly_smiling_face:

Thanks for the great tool!