diff --git a/Bunnyhop.podspec b/Bunnyhop.podspec index 4bc2ba8..244e9c9 100644 --- a/Bunnyhop.podspec +++ b/Bunnyhop.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/wheely/Bunnyhop" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Wheely" => "pavel@wheely.com" } - s.source = { :git => "https://github.com/wheely/Bunnyhop.git", :tag => "v" + s.version } + s.source = { :git => "https://github.com/wheely/Bunnyhop.git", :tag => "v#{s.version}" } s.platform = :ios, '7.0' s.source_files = 'Bunnyhop', '*.{h,m}' s.requires_arc = true