blob: b9ba4d8befc971f92da4ae957001e0ce392814a0 [file] [log] [blame]
{
"name": "ASPolylineView",
"version": "1.0.0",
"summary": "Drop-in replacement for MKPolylineRenderer and MKPolylineView with more customisation options.",
"description": "Currently it is simple and only includes drawing a differently coloured border around the line. See header files for options.",
"homepage": "https://github.com/nighthawk/ASPolylineView",
"license": "FreeBSD",
"authors": {
"Adrian Schoenig": "adrian.schoenig@gmail.com"
},
"source": {
"git": "https://github.com/nighthawk/ASPolylineView.git",
"tag": "v1.0.0"
},
"frameworks": "MapKit",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.9"
},
"ios": {
"source_files": "*.{h,m}"
},
"osx": {
"source_files": "ASPolylineRenderer.{h,m}"
}
}