blob: 7d7b55921d9efedcacb99c95ce2f6d5cde917da4 [file] [log] [blame]
{
"name": "kingpin",
"version": "0.2.5",
"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.2.5"
},
"platforms": {
"ios": 6.0
},
"source_files": "src/*.{h,m}",
"requires_arc": true,
"frameworks": [
"MapKit",
"CoreLocation"
]
}