blob: 3ad622add27e3625e61c8d83cfdf17ccb4bc82f2 [file] [log] [blame]
{
"name": "Pytheas",
"version": "1.1.6",
"summary": "GeoJSON Serializer and Deserializer for MapKit and GoogleMaps",
"swift_version": "4.2",
"description": "GeoJSON Serializer and Deserializer for MapKit and GoogleMaps.\nYou can deserialize all GeoJSON features and feature collections directly or in a geometry.\nYou can serialize points, lines and multipolygons, but not multipoints, multilines or multipolygons.\n100% tested.",
"homepage": "https://github.com/h0shy/Pytheas",
"license": "MIT",
"authors": {
"hoshy": "stefan@hoschkara.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/h0shy/Pytheas.git",
"tag": "1.1.6"
},
"source_files": "Pytheas/**/*.{swift}",
"exclude_files": "Classes/Exclude"
}