| { |
| "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/*" |
| } |