Skip to content

Commit

Permalink
Increate version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seaburg committed Oct 26, 2016
1 parent b172b34 commit 645813a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FormattedTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'FormattedTextField'
spec.version = '0.0.2'
spec.version = '0.0.3'
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.0.2' }
spec.source = { :git => 'https://github.com/seaburg/FormattedTextField.git', :tag => '0.0.3' }
spec.source_files = 'FormattedTextField/*.swift'
spec.platform = :ios, "8.0"
spec.requires_arc = true
Expand Down

0 comments on commit 645813a

Please sign in to comment.