Skip to content

Commit

Permalink
Increate version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seaburg committed Oct 25, 2016
1 parent 6cae736 commit 0773d43
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.1'
spec.version = '0.0.2'
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.1' }
spec.source = { :git => 'https://github.com/seaburg/FormattedTextField.git', :tag => '0.0.2' }
spec.source_files = 'FormattedTextField/*.swift'
spec.platform = :ios, "8.0"
spec.requires_arc = true
Expand Down

0 comments on commit 0773d43

Please sign in to comment.