Easy access to Sun, Moon and Location informations. In addition Weather and 5 day/3 hour Forecast (5 day/3 hour through the OpenWeatherMap.org provider).
- iOS 13.0+ / tvOS 13.0+ / watchOS 6.1+
- Xcode 12.0+
- Swift 5+
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift
compiler. It is in early development, but MRGpsDataGetter does support its use on supported platforms.
Once you have your Swift package set up, adding MRGpsDataGetter as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/furiosFast/MRGpsDataGetter.git", from: "1.0.0")
]
import MRGpsDataGetter
MRGpsDataGetter has different dependencies and therefore needs the following libraries (also available via SPM):
- Alamofie 5.0.0-rc.3+
- SwiftyJSON 5.0.0+
- SwifterSwift 5.1.0+
It isn't necessary to add the dependencies of MRGpsDataGetter, becose with SPM all is do automatically!
Others library's files are necessary for the correct functioning of MRGpsDataGetter:
There files are already included into the framework.
MRGpsDataGetter is released under the MIT license. See LICENSE for more information.