We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59bf0a commit f15decaCopy full SHA for f15deca
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# TAPKeyboardPop CHANGELOG
2
3
+## 0.1.1
4
+
5
+* Minor memory/performance tweaks [@stephencelis]
6
+* Backwards compatibility for iOS 6 [@derpoliuk]
7
8
## 0.1.0
9
10
Initial release.
TAPKeyboardPop.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TAPKeyboardPop"
- s.version = "0.1.0"
+ s.version = "0.1.1"
s.summary = "A UIViewController category that enables animated keyboard dismissal with the pop gesture."
s.homepage = "https://github.com/cotap/TAPKeyboardPop"
s.license = 'MIT'
@@ -11,4 +11,4 @@ Pod::Spec.new do |s|
11
s.requires_arc = true
12
13
s.source_files = 'Classes/*'
14
-end
+end
0 commit comments