SwiftProjection is a framework that aims to make projecting and transforming geographic coordinates in Swift easier. It uses the well known PROJ library internally, with a similar interface in some areas.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Swift 4, macOS 10.10 or greater, iOS 9.0 or later
SwiftProjection is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SwiftProjection', '~> 1.0.4'
Will Ross, [email protected]
SwiftProjection is available under the MIT license. See the LICENSE file for more info.