blob: 0e91078ebfbe2af7b66e24090be473c9d7d0fb39 [file] [log] [blame]
{
"name": "EDSunriseSet",
"version": "0.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",
"commit": "bb6a9d543e7016429cdcb4011a7cfc4870041386"
},
"source_files": "*.{h,m}",
"requires_arc": false
}