blob: 9e5659cebd3881acb27ab44e3758e5e78abd3167 [file] [log] [blame]
{
"name": "kingpin",
"version": "0.3.0-beta",
"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.0-beta"
},
"source_files": "kingpin/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"frameworks": [
"MapKit",
"CoreLocation"
]
}