blob: 5dbbb4066b86490279db3643ddb04e0066880c20 [file] [log] [blame]
{
"name": "ASPolylineView",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"frameworks": "MapKit",
"requires_arc": true
}