diff --git a/GreatCircle.podspec b/GreatCircle.podspec new file mode 100644 index 0000000..fe0276e --- /dev/null +++ b/GreatCircle.podspec @@ -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' => 'brianlambert@gmail.com' } + 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 \ No newline at end of file diff --git a/GreatCircle.xcodeproj/project.xcworkspace/xcuserdata/Brian.xcuserdatad/UserInterfaceState.xcuserstate b/GreatCircle.xcodeproj/project.xcworkspace/xcuserdata/Brian.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 058329b..0000000 Binary files a/GreatCircle.xcodeproj/project.xcworkspace/xcuserdata/Brian.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ