[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 6 / b / 9 / Daylight / 0.1.0 / Daylight.podspec.json
blob879296e838aaa0207fc941f6cacc5fe1dec16300
2   "name": "Daylight",
3   "version": "0.1.0",
4   "summary": "A swift package that provides NOAA astronomical algorithms for times for sunrise, sunset, dawn, dusk, and noon",
5   "description": "Daylight is a swift package that provides methods to generate the times of solar events in a given location on a given calendar date.\nThese solar events include sunrise, sunset, noon, civil dawn and dusk, nautical dawn and dusk, and astronomical dawn and dusk.\nIt provides algorithms used by NOAA.",
6   "homepage": "https://github.com/martinc/daylight",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Martin Ceperley": "martin@ceperley.com"
13   },
14   "source": {
15     "git": "https://github.com/martinc/daylight.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/*",
22   "pushed_with_swift_version": "3.0"