[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / a / 5 / 3 / ClusterKit / 0.1.0 / ClusterKit.podspec.json
blob9866c0ac03ccd3e107290012ac93f85c8bea9272
2   "name": "ClusterKit",
3   "version": "0.1.0",
4   "summary": "ClusterKit is a map clustering framework targeting MapKit and Google Maps.",
5   "description": "ClusterKit is an efficient clustering framework with the following features:\n- Supports MapKit AND GoogleMaps.\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- 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.1.0"
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   ]