Skip to content

Commit

Permalink
Updated podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kreeger committed Jan 2, 2013
1 parent d49d3e0 commit 4a4b40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BDKGeometry.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BDKGeometry'
s.version = '1.0.0'
s.version = '1.0.1'
s.platform = :ios
s.summary = "A set of helper functions I've been using in various XCode projects, abstracted for great good."
s.homepage = 'http://github.com/kreeger/BDKGeometry'
Expand All @@ -17,7 +17,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
LICENSE
}
s.author = { 'Ben Kreeger' => 'ben@kree.gr' }
s.source = { :git => 'https://github.com/kreeger/BDKGeometry.git', :tag => 'v1.0.0' }
s.source = { :git => 'https://github.com/kreeger/BDKGeometry.git', :tag => 'v1.0.1' }
s.ios.deployment_target = '5.0'
s.source_files = 'BDKGeometry.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 4a4b40a

Please sign in to comment.