blob: 1b5078fa9803511fa59e271f28c7656975894d45 [file] [log] [blame]
{
"name": "CodableGeoJSON",
"version": "1.1.0",
"summary": "A Swift implementation of GeoJSON",
"description": "This implementation of GeoJSON conforms to [rfc7946](https://tools.ietf.org/html/rfc7946) and is designed for usage with `Codable` objects.",
"homepage": "https://github.com/guykogus/CodableGeoJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guy Kogus": "guy.kogus@gmail.com"
},
"documentation_url": "http://geojson.org",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/guykogus/CodableGeoJSON.git",
"tag": "1.1.0"
},
"source_files": "CodableGeoJSON/*.swift",
"dependencies": {
"CodableJSON": [
]
}
}