blob: 5790310a3e0f24ef8a6ccf0725c488c86a656228 [file] [log] [blame]
{
"name": "MapKitPathRenderer",
"version": "0.1.0",
"summary": "MapKitPathRenderer returns points on a route between a source and destination on MapKit over which animation can rendered.",
"swift_version": "4.1",
"description": "'MapKitPathRenderer returns multiple points on a straight Polyline path between a source and destination on MapKit over which animation can rendered. MapKitPathRenderer considers Date Line crossing for creating shortest path between two coordinates for animation to be rendered.'",
"homepage": "https://github.com/HemDutt/MapKitPathRenderer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hem Dutt": "hemdutt.developer@gmail.com"
},
"source": {
"git": "https://github.com/HemDutt/MapKitPathRenderer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MapKitPathRenderer/Classes/**/*"
}