blob: 53b1c98fbc6df3e968c7e4b41fa4ce29457e620d [file] [log] [blame]
{
"name": "Polyline",
"version": "3.3.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",
"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",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/raphaelmor/Polyline.git",
"tag": "v3.3.0"
},
"source_files": "Polyline",
"requires_arc": true
}