[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / 0 / 7 / SwiftyHYGDB / 0.6.3 / SwiftyHYGDB.podspec.json
blob10cab9d09f256b120d6085e99160e9f8658b14b7
2   "name": "SwiftyHYGDB",
3   "version": "0.6.3",
4   "summary": "A Swift library to work with the astronexus.com HYG database of stars",
5   "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.",
6   "homepage": "https://github.com/Bersaelor/SwiftyHYGDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bersaelor": "konrad@mathheartcode.com"
13   },
14   "source": {
15     "git": "https://github.com/Bersaelor/SwiftyHYGDB.git",
16     "tag": "0.6.3"
17   },
18   "social_media_url": "https://twitter.com/bersaelor",
19   "platforms": {
20     "ios": "9.3",
21     "osx": "10.10",
22     "tvos": "9.2"
23   },
24   "source_files": "Sources/SwiftyHYGDB/*"