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