blob: dbd11e852938fb2c0ca0391ceffaa897d1b754fb [file] [log] [blame]
{
"name": "kingpin",
"version": "0.3.2",
"summary": "A drop-in MapKit/MKAnnotation pin clustering library for MKMapView on iOS.",
"homepage": "https://github.com/itsbonczek/kingpin",
"authors": {
"Bryan Bonczek": "bonczek@gmail.com"
},
"license": "Apache 2.0",
"source": {
"git": "https://github.com/itsbonczek/kingpin.git",
"tag": "0.3.2"
},
"source_files": "kingpin/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"frameworks": [
"MapKit",
"CoreLocation"
]
}