blob: 0542561f61005e5030f113343063a62063232b57 [file] [log] [blame]
{
"name": "ShapefileReader",
"version": "1.0.1",
"summary": "Reads files defined in the Shapefile format.",
"description": "Reads files defined in the Shapefile format and\nprovides the information within them in a Swift API.",
"homepage": "https://github.com/votenotes/ShapefileReader",
"license": "MIT",
"authors": "Liam Butler-Lawrence",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/votenotes/ShapefileReader.git",
"tag": "1.0.1"
},
"source_files": [
"Shapefile/Shapefile.swift",
"vendor/BinUtils.swift"
]
}