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