blob: b676b77643d382be5cdae8df74b8fdb95b06a169 [file] [log] [blame]
{
"name": "Polyline",
"version": "4.1.1",
"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": "v4.1.1"
},
"source_files": "Polyline",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}