blob: 7fd3d9628f15e01e2ddd3a13c2f4e9a5387a55db [file] [log] [blame]
{
"name": "EDSunriseSet",
"version": "0.1",
"summary": "Objective-C class to calculate Sunrise/Sunset/Twilight times.",
"description": " EDSunriseSet is an Objective-C wrapper for the C languages routines created by Paul Schlyter.\n Calculation is done entirely by the C-code routines. EDSunrisetSet bridges those calculations to common cocoa classes (NSDate, NSTimeZone... )\n\n - Calculates Sunrise/Sunset times\n - Calculates Civil/Nautical/Astronomical twilight\n",
"homepage": "https://github.com/erndev/EDSunriseSet",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"Ernesto GarcĂ­a": "",
"Paul Schlyter": "pausch@stjarnhimlen.se"
},
"source": {
"git": "https://github.com/erndev/EDSunriseSet.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}