blob: c69b5b6b5f4aacb5bfd23ecd65b7a6a0e34416f9 [file] [log] [blame]
{
"name": "ASPolygonKit",
"version": "0.2.0",
"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.2.0"
},
"social_media_url": "https://twitter.com/nhawk",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"swift_version": "4.2",
"source_files": "ASPolygonKit/Classes/**/*",
"frameworks": "MapKit"
}