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 5e7af5c commit d5e3994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KGModal.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.screenshots = "https://raw.github.com/kgn/KGModal/master/Screenshot.jpg"
s.license = { :type => 'MIT', :file => 'license.txt' }
s.author = { "David Keegan" => "git@davidkeegan.com" }
s.source = { :git => "https://github.com/kgn/KGModal.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/kgn/KGModal.git", :tag => "v1.1.0" }
s.platform = :ios, '5.0'
s.source_files = 'KGModal.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit d5e3994

Please sign in to comment.