[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 2 / d / 3 / ASPolygonKit / 0.1.5 / ASPolygonKit.podspec.json
blob12cafef24487d30cf7a14d81e00791c1536fff89
2   "name": "ASPolygonKit",
3   "version": "0.1.5",
4   "summary": "A little Swift toolkit for working with polygons",
5   "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.",
6   "homepage": "https://github.com/nighthawk/ASPolygonKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nighthawk": "adrian.schoenig@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nighthawk/ASPolygonKit.git",
16     "tag": "0.1.5"
17   },
18   "social_media_url": "https://twitter.com/nhawk",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11"
22   },
23   "swift_version": "4.0",
24   "source_files": "ASPolygonKit/Classes/**/*",
25   "frameworks": "MapKit"