Skip to content

Commit 0ad5bf0

Browse files
committed
Updating podspec to 0.5.2
1 parent 5bed9ff commit 0ad5bf0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#CYRKeyboardButton Changelog
22

3+
##0.5.2 (Sunday, August 31st, 2014)
4+
* Adding notifications for when the expanded input view is shown or hidden.
5+
36
##0.5.1 (Friday, August 1st, 2014)
47
* Added support for UITextField (shouldChangeCharactersInRange:) and UITextView (shouldChangeTextInRange:) delegate methods.
58

CYRKeyboardButton.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'CYRKeyboardButton'
3-
s.version = '0.5.1'
3+
s.version = '0.5.2'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A drop-in keyboard button that mimics the look, feel, and functionality of the native iOS keyboard buttons.'
66
s.author = { 'Illya Busigin' => 'http://illyabusigin.com/' }
7-
s.source = { :git => 'https://github.com/illyabusigin/CYRKeyboardButton.git', :tag => '0.5.1' }
7+
s.source = { :git => 'https://github.com/illyabusigin/CYRKeyboardButton.git', :tag => '0.5.2' }
88
s.homepage = 'https://github.com/illyabusigin/CYRKeyboardButton'
99
s.platform = :ios
1010
s.source_files = 'CYRKeyboardButton'

0 commit comments

Comments
 (0)