blob: 89c5904f1d86b0ea6e872b8407ba2088395ca52b [file] [log] [blame]
{
"name": "PolygonBuffer",
"version": "0.1",
"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.1"
},
"source_files": [
"PolygonBuffer",
"PolygonBuffer/*.{h,m}"
],
"requires_arc": true,
"swift_version": "5.0"
}