Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/choefele/cshapelib
Module map to use shapelib with Swift's package manager
https://github.com/choefele/cshapelib
Last synced: about 2 months ago
JSON representation
Module map to use shapelib with Swift's package manager
- Host: GitHub
- URL: https://github.com/choefele/cshapelib
- Owner: choefele
- License: mit
- Created: 2015-12-28T19:48:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T20:00:28.000Z (about 9 years ago)
- Last Synced: 2024-10-15T09:53:27.368Z (4 months ago)
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CShapelib
Module map to use [shapelib](http://shapelib.maptools.org) with [Swift's package manager](https://github.com/apple/swift-package-manager/blob/master/Documentation/SystemModules.md)## Example
```Swift
import PackageDescriptionlet package = Package(
dependencies: [
.Package(url: "https://github.com/choefele/CShapelib.git", majorVersion: 1)
]
)
```