Skip to content

Commit

Permalink
Updated podspec for 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
  • Loading branch information
onekiloparsec committed Sep 28, 2017
1 parent 25a2115 commit 2bd88cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftAA.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "SwiftAA"
s.version = "2.0-beta1"
s.version = "2.0"
s.summary = "The most comprehensive and accurate collection of astronomical algorithms in Swift."

s.description = <<-DESC
SwiftAA aims to provide the most comprehensive and accurate collection of astronomical algorithms in Swift.
SwiftAA aims to provide the most comprehensive collection of accurate astronomical algorithms in Swift.
That is, based on the reference textbook "Astronomical Algorithms" by Jean Meeus, SwiftAA provides modern
APIs about all things astronomical. It is based on the C++ layer developed since many years by J.P. Naughter.
SwiftAA is built upon this C++ layer, with an intermediate Objectice-C layer (respecting strictly the lower APIs),
on top of which modern and expressive API is crafted. It also intends to be largely covered by Unit Tests, in order
on top of which modern and expressive API is crafted. It is also a lote more covered by Unit Tests, in order
to become the most reliable source of astronomical computations.
DESC

Expand Down

0 comments on commit 2bd88cb

Please sign in to comment.