From 74e1d5a9c4fa2fb5e58cb752dddeef7393b2743e Mon Sep 17 00:00:00 2001 From: Evgeniy Yurtaev Date: Tue, 7 May 2019 08:56:40 +0300 Subject: [PATCH] Update version to 0.5 --- FormattedTextField.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FormattedTextField.podspec b/FormattedTextField.podspec index 0c50e51..d655572 100644 --- a/FormattedTextField.podspec +++ b/FormattedTextField.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |spec| spec.name = 'FormattedTextField' - spec.version = '0.4' + spec.version = '0.5' spec.summary = 'iOS formatted text field which supports symbols with variable-width encoding' spec.homepage = 'https://github.com/seaburg/FormattedTextField' spec.license = { :type => "MIT", :file => "LICENSE" } spec.author = { "Evgeniy Yurtaev" => "evgeniyyurt@gmail.com" } - spec.source = { :git => 'https://github.com/seaburg/FormattedTextField.git', :tag => '0.4' } + spec.source = { :git => 'https://github.com/seaburg/FormattedTextField.git', :tag => '0.5' } spec.source_files = 'FormattedTextField/*.swift' - spec.platform = :ios, "8.0" + spec.platform = :ios, "9.0" spec.requires_arc = true end