Skip to content

Commit

Permalink
Updating podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarenerd committed Dec 13, 2016
1 parent 743e5d5 commit 441f932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GreatCircle.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'GreatCircle'
spec.version = '1.0.1'
spec.version = '1.0.2'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/softwarenerd/GreatCircle'
spec.author = { 'Brian Lambert' => '[email protected]' }
spec.summary = 'iOS framework that provides a set of Geodesy extensions to the CLLocation class.'
spec.source = { :git => 'https://github.com/softwarenerd/GreatCircle.git', :tag => 'v1.0.1' }
spec.source = { :git => 'https://github.com/softwarenerd/GreatCircle.git', :tag => 'v1.0.2' }
spec.source_files = 'GreatCircle/CLLocation+GreatCircleExtensions.{h,m}'
spec.framework = 'Foundation'
spec.framework = 'CoreLocation'
Expand Down

0 comments on commit 441f932

Please sign in to comment.