We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeea6a9 commit cf6b76bCopy full SHA for cf6b76b
GreatCircle.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'GreatCircle'
3
- spec.version = '1.0.4'
+ spec.version = '1.0.5'
4
spec.license = { :type => 'MIT' }
5
spec.homepage = 'https://github.com/softwarenerd/GreatCircle'
6
spec.author = { 'Brian Lambert' => '[email protected]' }
7
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' }
+ spec.source = { :git => 'https://github.com/softwarenerd/GreatCircle.git', :tag => 'v1.0.5' }
9
spec.source_files = 'GreatCircle/CLLocation+GreatCircleExtensions.{h,m}'
10
spec.framework = 'Foundation'
11
spec.framework = 'CoreLocation'
0 commit comments