[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 3 / ClusterKit / 0.3.2 / ClusterKit.podspec.json
blob86850d543636e5c446950b7c7b30586dd20d0605
2   "name": "ClusterKit",
3   "version": "0.3.2",
4   "summary": "ClusterKit is a map clustering framework targeting MapKit, Google Maps and Mapbox.",
5   "description": "ClusterKit is an efficient clustering framework with the following features:\n- Native supports of MapKit, GoogleMaps and Mapbox.\n- Comes with 2 clustering algorithms, a Grid Based Algorithm and a Non Hierarchical Distance Based Algorithm. Other algorithms can easily be integrated.\n- Annotations are stored in a QuadTree for efficient region queries.\n- Cluster center can be switched to Centroid, Nearest Centroid, Bottom.\n- Handles pin selection as well as drag and dropping.\n- Written in Objective-C with full Swift interop support.",
6   "homepage": "https://github.com/hulab/ClusterKit",
7   "license": "MIT",
8   "authors": {
9     "Hulab": "info@mapstr.com"
10   },
11   "source": {
12     "git": "https://github.com/hulab/ClusterKit.git",
13     "tag": "0.3.2"
14   },
15   "social_media_url": "https://twitter.com/mapstr_app",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "frameworks": "MapKit",
25       "source_files": [
26         "ClusterKit/ClusterKit.h",
27         "ClusterKit/Core/**/*.{h,m}"
28       ]
29     },
30     {
31       "name": "MapKit",
32       "dependencies": {
33         "ClusterKit/Core": [
35         ]
36       },
37       "source_files": "ClusterKit/MapKit"
38     },
39     {
40       "name": "Mapbox",
41       "dependencies": {
42         "ClusterKit/Core": [
44         ],
45         "Mapbox-iOS-SDK": [
46           "~> 3.6"
47         ]
48       },
49       "source_files": "ClusterKit/Mapbox"
50     }
51   ]