Skip to content

Commit

Permalink
fix podspec version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kgn committed Dec 8, 2013
1 parent de2eb1e commit d4a61d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBlock.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Objective-c block categories and subclasses.'
s.homepage = 'https://github.com/kgn/BBlock'
s.authors = { 'David Keegan' => 'git@davidkeegan.com' }
s.source = { :git => 'https://github.com/kgn/BBlock.git', :tag => '1.1.0' }
s.source = { :git => 'https://github.com/kgn/BBlock.git', :tag => 'v1.1.0' }
s.requires_arc = true

s.ios.deployment_target = '5.0'
Expand Down

0 comments on commit d4a61d6

Please sign in to comment.