blob: 380b0e296d4e5c6f0f5f4a4760a0992a09fa5568 [file] [log] [blame]
{
"name": "PolygonBuffer",
"version": "0.0.2",
"summary": "This library lets you create a buffer area with same shape as your original one, at a given distance on maps.",
"description": "This library lets you create a buffer area with same shape as your original one, at a given distance on maps. This is a port to Swift of https://github.com/RanaRanvijaySingh/PolygonBuffer",
"homepage": "https://github.com/jonnyro23/PolygonBuffer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Рома Дудка": "jonnyro23@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/jonnyro23/PolygonBuffer.git",
"tag": "0.0.2"
},
"source_files": [
"PolygonBuffer",
"PolygonBuffer/*.{h,m}"
],
"requires_arc": true,
"swift_version": "5.0"
}