blob: 02fdfaee516888f90ae22e681c61d0cf75f3e8f4 [file] [log] [blame]
{
"name": "ASPolygonKit",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/nhawk",
"platforms": {
"ios": "9.0"
},
"source_files": "ASPolygonKit/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"pushed_with_swift_version": "3.0"
}