blob: 921bf39fd91b5e280c363bd7c7502a8c2d01c3d6 [file] [log] [blame]
{
"name": "ASPolylineView",
"version": "0.2",
"summary": "Drop-in replacement for 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.\n",
"homepage": "https://github.com/nighthawk/ASPolylineView",
"license": "FreeBSD",
"authors": {
"Adrian Schoenig": "adrian.schoenig@gmail.com"
},
"source": {
"git": "https://github.com/nighthawk/ASPolylineView.git",
"tag": "v0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"frameworks": "MapKit",
"requires_arc": true
}