From f44c40baf02b3b836216f87dff14e832b1d3ae87 Mon Sep 17 00:00:00 2001 From: Michael Tyson Date: Thu, 10 Oct 2019 18:30:20 +1100 Subject: [PATCH] Updated podspec --- TPKeyboardAvoiding.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TPKeyboardAvoiding.podspec b/TPKeyboardAvoiding.podspec index 924adcc9..46b9453f 100644 --- a/TPKeyboardAvoiding.podspec +++ b/TPKeyboardAvoiding.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'TPKeyboardAvoiding' - s.version = '1.3.2' + s.version = '1.3.3' s.license = 'zlib' s.platform = :ios s.summary = 'A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.' s.homepage = 'https://github.com/michaeltyson/TPKeyboardAvoiding' s.author = { 'Michael Tyson' => 'michael@atastypixel.com' } - s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.3.2' } + s.source = { :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :tag => '1.3.3' } s.description = "This is a relatively universal, drop-in solution: UIScrollView and UITableView subclasses that handle everything." \ "When the keyboard is about to appear, the subclass will find the subview that's about to be edited, " \