blob: e67eb90bb762c81c209fa88a295b00f327f18e39 [file] [log] [blame]
{
"name": "Polyline",
"version": "2.0.0",
"summary": "Polyline encoder / decoder in swift",
"description": " A Google Polyline encoder / decoder in swift\n * Encodes Polyline from [CLLocation] or from [CLLocationCoordinate2D]\n * Decodes Polyline to [CLLocation] or to [CLLocationCoordinate2D]\n * Encodes/Decodes associated levels \n",
"homepage": "https://github.com/raphaelmor/Polyline",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Raphaƫl Mor": "raphael.mor@gmail.com"
},
"social_media_url": "http://twitter.com/raphaelmor",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/raphaelmor/Polyline.git",
"tag": "v2.0.0"
},
"source_files": "Polyline",
"requires_arc": true
}