[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 9 / c / b / kingpin / 0.1.1 / kingpin.podspec.json
blob3fed6c0fe089b2011ef5f9847132e10b7578f2c6
2   "name": "kingpin",
3   "version": "0.1.1",
4   "summary": "A drop-in MapKit/MKAnnotation pin clustering library for MKMapView on iOS.",
5   "homepage": "http://itsbonczek.github.com/kingpin",
6   "authors": {
7     "Bryan Bonczek": "bonczek@gmail.com"
8   },
9   "license": "Apache License, Version 2.0",
10   "source": {
11     "git": "https://github.com/itsbonczek/kingpin.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": 5.0
16   },
17   "source_files": "src/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": [
20     "MapKit",
21     "CoreLocation"
22   ]