Swiftpack.co - GEOSwift/GEOSwiftMapKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by GEOSwift.
GEOSwift/GEOSwiftMapKit 4.0.0
Add-on to GEOSwift that provides MapKit-related features
⭐️ 38
🕓 1 year ago
iOS macOS tvOS
.package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "4.0.0")

GEOSwiftMapKit

Cocoapods Compatible SwiftPM Compatible Supported Platforms Build Status

See GEOSwift for full details

Requirements

  • iOS 9.0+, tvOS 9.2+, macOS 10.9+ (CocoaPods, Swift PM)
  • Swift 5.5

GEOS is licensed under LGPL 2.1 and its compatibility with static linking is at least controversial. Use of geos without dynamic linking is discouraged.

Installation

CocoaPods

  1. Update your Podfile to include:

     use_frameworks!
     pod 'GEOSwiftMapKit'
    
  2. Run $ pod install

Swift Package Manager

  1. Update the top-level dependencies in your Package.swift to include:

     .package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "4.0.0")
    
  2. Update the target dependencies in your Package.swift to include

     "GEOSwiftMapKit"
    

Playground

Explore more, interactively, in the playground. Open Package.swift in Xcode, and open the playground file from the file navigator.

Playground

Contributing

To make a contribution:

  • Fork the repo
  • Start from the main branch and create a branch with a name that describes your contribution
  • Run $ xed Package.swift to open the project in Xcode.
  • Run $ swiftlint from the repo root and resolve any issues.
  • Push your branch and create a pull request to main
  • One of the maintainers will review your code and may request changes
  • If your pull request is accepted, one of the maintainers should update the changelog before merging it

Maintainer

Past Maintainers

License

  • GEOSwift was released by Andrea Cremaschi (@andreacremaschi) under a MIT license. See LICENSE for more information.
  • GEOS stands for Geometry Engine - Open Source, and is a C++ library, ported from the Java Topology Suite. GEOS implements the OpenGIS Simple Features for SQL spatial predicate functions and spatial operators. GEOS, now an OSGeo project, was initially developed and maintained by Refractions Research of Victoria, Canada.

GitHub

link
Stars: 38
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

Release 4.0.0
1 year ago
  • Updates to GEOSwift 10.0.0
  • Fixes build error on macCatalyst
  • Increases min Swift version to 5.5
  • Drops support for Carthage

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics