Suntimes 基于以下项目:由 EDSunriseSet,它是 Paul Schlyter 为 C 语言语言程序创建的 Objective-C 封装。
let sunriseSet = Suntimes(date: Date(), timeZone: TimeZone.autoupdatingCurrent, latitude: 11.9416397, longitude: 22.7449623)
let sunrise = sunriseSet.sunrise
let sunset = sunriseSet.sunset
Suntimes 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile:
pod 'Suntimes' , '~> 1'
Suntimes 还可以通过 Carthage 获得。要安装它,只需将以下行添加到您的 Cartfile:
github "bakkenbaeck/Suntimes" ~> 1.0
Suntimes 在 MIT 许可下提供。请参阅 LICENSE 文件以获取更多信息。
Bakken & Bæck,@bakkenbaeck