blob: 8e1869d292a2be62026723a888f9ebb5255d93f8 [file] [log] [blame]
{
"name": "Pytheas",
"version": "1.3.0",
"summary": "GeoJSON Serializer and Deserializer for MapKit and GoogleMaps",
"swift_versions": "5.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.3.0"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "5.2"
}