blob: af33b3701eecf914660e6018fb20a46dc7ca0ff3 [file] [log] [blame]
{
"name": "SwiftyHYGDB",
"version": "0.5.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.5.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"
}