blob: bef7c8e81f2e5a0df522c4b6e4a2cd124b5a5cd4 [file] [log] [blame]
{
"name": "ASPolygonKit",
"version": "0.1.4",
"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.4"
},
"social_media_url": "https://twitter.com/nhawk",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source_files": "ASPolygonKit/Classes/**/*",
"frameworks": "MapKit",
"pushed_with_swift_version": "3.0"
}