blob: 12cafef24487d30cf7a14d81e00791c1536fff89 [file] [log] [blame]
{
"name": "ASPolygonKit",
"version": "0.1.5",
"summary": "A little Swift toolkit for working with polygons",
"description": "A small collection of classes, primarily used for handling creating a union of polygons. The resulting polygons are compatible with MapKit. Be warned, it doesn't work for all kinds of polygons.",
"homepage": "https://github.com/nighthawk/ASPolygonKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nighthawk": "adrian.schoenig@gmail.com"
},
"source": {
"git": "https://github.com/nighthawk/ASPolygonKit.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/nhawk",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"swift_version": "4.0",
"source_files": "ASPolygonKit/Classes/**/*",
"frameworks": "MapKit"
}