blob: 61344eeeba656f3ddc60ecf5d6e63def1ea511e1 [file] [log] [blame]
{
"name": "ObjCAA",
"version": "2.3.0",
"summary": "The most comprehensive and accurate collection of astronomical algorithms in Objective-C.",
"description": "ObjCAA aims to provide the most comprehensive collection of accurate astronomical algorithms in Objective-C.\nThat is, based on the reference textbook \"Astronomical Algorithms\" by Jean Meeus, ObjCAA provides modern\nAPIs about all things astronomical. It is based on the C++ layer developed since many years by J.P. Naughter.\nObjCAA is built upon this C++ layer (respecting strictly the lower APIs). It is the base upon which SwiftAA\nis crafted.",
"homepage": "https://www.onekiloparsec.dev/SwiftAA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"onekiloparsec (a.k.a. CeĢdric Foellmi)": "cedric@onekiloparsec.dev"
},
"social_media_url": "http://twitter.com/onekiloparsec",
"platforms": {
"ios": "11.0",
"osx": "10.11",
"watchos": "5.0"
},
"source": {
"git": "https://github.com/onekiloparsec/SwiftAA.git",
"tag": "2.3.0"
},
"frameworks": "Foundation",
"swift_versions": "5",
"source_files": [
"Sources/ObjCAA",
"Sources/ObjCAA/**/*.{h,cpp}",
"Sources/aaplus-v2.08",
"Sources/aaplus-v2.08/**/*.{h,cpp}"
],
"public_header_files": "Sources/ObjCAA/include/*.h",
"exclude_files": "Sources/aaplus-v2.08/AATest.cpp",
"swift_version": "5"
}