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