From 2dadbab5598fe04b156370da09a2ae6253218850 Mon Sep 17 00:00:00 2001 From: Pavel Bocharov Date: Fri, 11 Sep 2015 16:08:27 +0300 Subject: [PATCH] Update Bunnyhop.podspec --- Bunnyhop.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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