Skip to content

Commit 6c7bab5

Browse files
committed
Adding podspec
1 parent a0f4036 commit 6c7bab5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

GreatCircle.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = 'GreatCircle'
3+
spec.version = '1.0.0'
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.0' }
9+
spec.source_files = 'GreatCircle/CLLocation+GreatCircleExtensions.{h,m}'
10+
spec.framework = 'Foundation'
11+
spec.framework = 'CoreLocation'
12+
spec.requires_arc = true
13+
end

0 commit comments

Comments
 (0)