[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 6 / ASPolylineView / 1.0.1 / ASPolylineView.podspec.json
blob0e74a6686ce8bc3d2d7661d9b4a750840499c458
2   "name": "ASPolylineView",
3   "version": "1.0.1",
4   "summary": "Drop-in replacement for MKPolylineRenderer and MKPolylineView with more customisation options.",
5   "description": "Currently it is simple and only includes drawing a differently coloured border around the line. See header files for options.",
6   "homepage": "https://github.com/nighthawk/ASPolylineView",
7   "license": "FreeBSD",
8   "authors": {
9     "Adrian Schoenig": "adrian.schoenig@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nighthawk/ASPolylineView.git",
13     "tag": "v1.0.1"
14   },
15   "frameworks": "MapKit",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.9"
20   },
21   "ios": {
22     "source_files": "*.{h,m}"
23   },
24   "osx": {
25     "source_files": "ASPolylineRenderer.{h,m}"
26   }