[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / 0 / 7 / SwiftyHYGDB / 0.6.2 / SwiftyHYGDB.podspec.json
blobc1017194e6e91911370f545239ce99007765c4a7
2   "name": "SwiftyHYGDB",
3   "version": "0.6.2",
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.2"
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/*"