blob: 557fc7426b022b4ad3d6dab9a057e37252fb8835 [file] [log] [blame]
{
"name": "SwiftyHYGDB",
"version": "0.6.5",
"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.6.5"
},
"social_media_url": "https://twitter.com/bersaelor",
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"source_files": "Sources/SwiftyHYGDB/*"
}