Skip to content

Commit

Permalink
Update Bunnyhop.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo committed Sep 11, 2015
1 parent c6e9d37 commit 2dadbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bunnyhop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dadbab

Please sign in to comment.