TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2016 |
SPMSupports SPM | ✓ |
Maintained by Elvis Nuñez.
Sunrise is based in EDSunriseSet, an Objective-C wrapper for the C languages routines created by Paul Schlyter.
let sunriseSet = SunriseSet(date: Date(), timeZone: TimeZone.autoupdatingCurrent, latitude: 11.9416397, longitude: 22.7449623)
let sunrise = sunriseSet.sunrise
let sunset = sunriseSet.sunset
Sunrise is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Sunrise' , '~> 1'
Sunrise is also available through Carthage. To install it, simply add the following line to your Cartfile:
github "bakkenbaeck/Sunrise" ~> 1.0
Sunrise is available under the MIT license. See the LICENSE file for more info.
Bakken & Bæck, @bakkenbaeck