blob: 9771ba265ffe2d03734bbdaac487842e72b4f81b [file] [log] [blame]
{
"name": "Pytheas",
"version": "1.2.1",
"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.2.1"
},
"source_files": "Pytheas/**/*.swift",
"exclude_files": "Classes/Exclude",
"testspecs": [
{
"name": "PytheasTests",
"test_type": "unit",
"source_files": "PytheasTests/*.swift",
"requires_app_host": true,
"resources": "PytheasTests/fixtures/*",
"dependencies": {
"Quick": [
],
"Nimble": [
]
}
}
]
}