Skip to content

Commit cf6b76b

Browse files
committed
Updating documentation
1 parent aeea6a9 commit cf6b76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GreatCircle.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'GreatCircle'
3-
spec.version = '1.0.4'
3+
spec.version = '1.0.5'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/softwarenerd/GreatCircle'
66
spec.author = { 'Brian Lambert' => '[email protected]' }
77
spec.summary = 'iOS framework that provides a set of Geodesy extensions to the CLLocation class.'
8-
spec.source = { :git => 'https://github.com/softwarenerd/GreatCircle.git', :tag => 'v1.0.4' }
8+
spec.source = { :git => 'https://github.com/softwarenerd/GreatCircle.git', :tag => 'v1.0.5' }
99
spec.source_files = 'GreatCircle/CLLocation+GreatCircleExtensions.{h,m}'
1010
spec.framework = 'Foundation'
1111
spec.framework = 'CoreLocation'

0 commit comments

Comments
 (0)