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 2a1c22f commit c6e9d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bunnyhop.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Bunnyhop"
s.version = "v0.1"
s.version = "0.1"
s.summary = "JSON library for Swift that extensively uses type inference and no extra syntax"
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 => 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 c6e9d37

Please sign in to comment.