Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.26 KB

SwiftProjection

CI Status Version License Platform

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.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Swift 4, macOS 10.10 or greater, iOS 9.0 or later

Installation

SwiftProjection is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SwiftProjection', '~> 1.0.4'

Author

Will Ross, [email protected]

License

SwiftProjection is available under the MIT license. See the LICENSE file for more info.