blob: 7b3be6d8e08bf80197acd33305c74f87ef4e9b45 [file] [log] [blame]
{
"name": "Pytheas",
"version": "1.0.0",
"summary": "GeoJSON Serializer and Deserializer for MapKit and GoogleMaps",
"swift_version": "4.1",
"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.0.0"
},
"source_files": "Pytheas/**/*.{swift}",
"exclude_files": "Classes/Exclude"
}