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