Skip to content

Commit

Permalink
Reduce places we need to specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhennessy committed Jul 15, 2014
1 parent c4066ce commit f4a915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PAPasscode.podspec
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = 'A Passcode View Controller for iOS similar to the one in Settings.app'
s.homepage = 'https://github.com/dhennessy/PAPasscode'
s.authors = { 'Denis Hennessy' => 'denis@hennessynet.com' }
s.source = { :git => 'https://github.com/dhennessy/PAPasscode.git', :tag => '0.3' }
s.source = { :git => 'https://github.com/dhennessy/PAPasscode.git', :tag => s.version.to_s }
s.platform = :ios
s.requires_arc = true

Expand Down

0 comments on commit f4a915b

Please sign in to comment.