Skip to content

Commit

Permalink
Update version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seaburg committed May 7, 2019
1 parent 5394338 commit 74e1d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FormattedTextField.podspec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 74e1d5a

Please sign in to comment.