/CShapelib

Module map to use shapelib with Swift's package manager

MIT LicenseMIT

CShapelib

Module map to use shapelib with Swift's package manager

Example

import PackageDescription

let package = Package(
    dependencies: [
      .Package(url: "https://github.com/choefele/CShapelib.git", majorVersion: 1)
    ]
)