blob: fd84510e6b38c1bf60d3ed655ffad582b5718ece [file] [log] [blame]
{
"name": "SwiftyHYGDB",
"version": "0.4.0",
"summary": "A Swift library to work with the astronexus.com HYG database of stars",
"description": "Helper library with `struct Star` representing stars from the astronexus.com HYG Database. Includes methods to load `*.csv` files in an efficient way when formatted according to astronexus description.",
"homepage": "https://github.com/Bersaelor/SwiftyHYGDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bersaelor": "konrad@mathheartcode.com"
},
"source": {
"git": "https://github.com/Bersaelor/SwiftyHYGDB.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/bersaelor",
"platforms": {
"ios": "9.3",
"osx": "10.10",
"tvos": "9.2"
},
"source_files": "Sources/*",
"pushed_with_swift_version": "4.0"
}