Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kreeger committed Mar 21, 2013
1 parent 10613a6 commit f220866
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.2.0'
s.version = '1.3.0'
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.2.0' }
s.source = { :git => 'https://github.com/kreeger/BDKGeometry.git', :tag => 'v1.3.0' }
s.ios.deployment_target = '5.0'
s.source_files = ['BDKGeometry.{h,m}', 'UIView+BDKGeometry.{h,m}']
s.requires_arc = true
Expand Down

0 comments on commit f220866

Please sign in to comment.