blob: 879296e838aaa0207fc941f6cacc5fe1dec16300 [file] [log] [blame]
{
"name": "Daylight",
"version": "0.1.0",
"summary": "A swift package that provides NOAA astronomical algorithms for times for sunrise, sunset, dawn, dusk, and noon",
"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.",
"homepage": "https://github.com/martinc/daylight",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Ceperley": "martin@ceperley.com"
},
"source": {
"git": "https://github.com/martinc/daylight.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*",
"pushed_with_swift_version": "3.0"
}