Objective-C Library for Sunrise and Sunset?

I've actually ported the KosherJava Library and plan to make it available soon on GitHub!

Edit:

KosherCocoa is now live on GitHub! If you don't need the hebrew calendar related code, you can delete the "calendar" file. The class files are separated nicely into folders based on the kinds of calculations that they do.

Edit: KosherCocoa us due to be replaced with a modern and more complete update as soon as I can. The above link now points at a legacy repo.


EDSunriseSet is an open source and free Objective-C wrapper for the C languages routines created by Paul Schlyter.

Calculation is done entirely by the C-code routines. EDSunrisetSet bridges those calculations to common Cocoa classes (NSDate, NSTimeZone, ...)