blob: a23163ffce9cf19d50419e0f8d794d3ca4d05061 [file] [log] [blame]
{
"name": "SwiftAA",
"version": "2.0.2",
"summary": "The most comprehensive and accurate collection of astronomical algorithms in Swift.",
"description": "SwiftAA aims to provide the most comprehensive collection of accurate astronomical algorithms in Swift.\nThat is, based on the reference textbook \"Astronomical Algorithms\" by Jean Meeus, SwiftAA provides modern\nAPIs about all things astronomical. It is based on the C++ layer developed since many years by J.P. Naughter.\nSwiftAA is built upon this C++ layer, with an intermediate Objectice-C layer (respecting strictly the lower APIs),\non top of which modern and expressive API is crafted. It is also a lote more covered by Unit Tests, in order\nto become the most reliable source of astronomical computations.",
"homepage": "https://www.onekilopars.ec/swiftaa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"onekiloparsec (a.k.a. CeĢdric Foellmi)": "cedric@onekilopars.ec"
},
"social_media_url": "http://twitter.com/onekiloparsec",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/onekiloparsec/SwiftAA.git",
"tag": "2.0.2"
},
"source_files": [
"SwiftAA",
"SwiftAA/**/*.{h,m,mm,swift}",
"ObjCAA",
"ObjCAA/**/*.{h,m,mm,swift}",
"aaplus-*",
"aaplus-*/**/*.{h,cpp}"
],
"exclude_files": [
"aaplus-*/AATest.cpp",
"SwiftAA/main.swift"
],
"public_header_files": [
"SwiftAA/**/*.h",
"ObjCAA/**/*.h"
],
"frameworks": "Foundation",
"swift_version": "4.2"
}