[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 0 / 7 / SwiftyHYGDB / 0.7.1 / SwiftyHYGDB.podspec.json
blob4788b2d8d831d988af6adc27b7bffd72ccefc99b
2   "name": "SwiftyHYGDB",
3   "version": "0.7.1",
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   "swift_versions": "5.0",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Bersaelor": "konrad@mathheartcode.com"
14   },
15   "source": {
16     "git": "https://github.com/Bersaelor/SwiftyHYGDB.git",
17     "tag": "0.7.1"
18   },
19   "social_media_url": "https://twitter.com/bersaelor",
20   "platforms": {
21     "ios": "9.3",
22     "osx": "10.10",
23     "tvos": "9.2"
24   },
25   "source_files": "Sources/SwiftyHYGDB/*"