Skip to content

Commit

Permalink
JPGeodesy spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Pablo Ortiz Arechiga committed Dec 3, 2012
1 parent efd3c74 commit 0840ecc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions JPGeodesy/0.0.1/JPGeodesy.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "JPGeodesy"
s.version = "0.0.1"
s.summary = "An Objective-C port of the Latitude/longitude spherical geodesy formulae & scripts by Chris Veness."
s.homepage = "https://github.com/pablasso/JPGeodesy"

s.license = 'Attribution 3.0'
s.author = { "BJ Basañes" => "shikishiji@gmail.com", "Juan Pablo Ortiz Arechiga" => "pablasso@gmail.com" }
s.source = { :git => "https://github.com/pablasso/JPGeodesy.git", :tag => "0.0.1" }
s.source_files = 'JPGeodesy'
end

0 comments on commit 0840ecc

Please sign in to comment.