From 2bd88cb09ac188687abe02924fd2e3b6bd05964e Mon Sep 17 00:00:00 2001 From: onekiloparsec Date: Thu, 28 Sep 2017 07:54:45 +0200 Subject: [PATCH] Updated podspec for 2.0 Signed-off-by: onekiloparsec --- SwiftAA.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftAA.podspec b/SwiftAA.podspec index ce0f3ed2..e96235f6 100644 --- a/SwiftAA.podspec +++ b/SwiftAA.podspec @@ -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