[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 3 / 2 / 7 / REMarkerClusterer / 2.3.1 / REMarkerClusterer.podspec.json
blobea4dc653b735cae38a663e3767991f1918bf662d
2   "name": "REMarkerClusterer",
3   "version": "2.3.1",
4   "authors": {
5     "Roman Efimov": "romefimov@gmail.com"
6   },
7   "homepage": "https://github.com/romaonthego/REMarkerClusterer",
8   "summary": "REMarkerClusterer creates and manages per-zoom-level clusters for large amounts of markers.",
9   "source": {
10     "git": "https://github.com/romaonthego/REMarkerClusterer.git",
11     "tag": "2.3.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "source_files": "REMarkerClusterer",
22   "public_header_files": "REMarkerClusterer/*.h",
23   "ios": {
24     "frameworks": [
25       "CoreLocation",
26       "MapKit"
27     ]
28   }