Skip to content

Commit

Permalink
Update podspec to remove V from version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron McTavish committed Oct 17, 2016
1 parent e0e207a commit 0bf71fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FormValidatorSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Pod::Spec.new do |s|
s.name = 'FormValidatorSwift'
s.version = 'v1.0.0'
s.version = '1.0.0'
s.license = { :type => "MIT", :file => "License.md" }
s.summary = 'An organizational tool for writing custom view controllers using UIKit.'
s.homepage = 'https://github.com/ustwo/formvalidator-swift'
s.authors = { 'Shagun Madhikarmi' => '[email protected]',
'Aaron McTavish' => '[email protected]',
'Martin Stolz' => '[email protected]' }
'Aaron McTavish' => '[email protected]' }
s.source = { :git => 'https://github.com/ustwo/formvalidator-swift.git', :tag => s.version }

s.ios.deployment_target = '8.3'
Expand Down

0 comments on commit 0bf71fb

Please sign in to comment.