Skip to content

Commit

Permalink
Adding podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarenerd committed Dec 9, 2016
1 parent a0f4036 commit 6c7bab5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GreatCircle.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'GreatCircle'
spec.version = '1.0.0'
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.0' }
spec.source_files = 'GreatCircle/CLLocation+GreatCircleExtensions.{h,m}'
spec.framework = 'Foundation'
spec.framework = 'CoreLocation'
spec.requires_arc = true
end
Binary file not shown.

0 comments on commit 6c7bab5

Please sign in to comment.