[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 3 / ClusterKit / 0.5.0 / ClusterKit.podspec.json
blob6c2320cc5cd2fed6dbc120d9a5e878b54367a2c1
2   "name": "ClusterKit",
3   "version": "0.5.0",
4   "summary": "ClusterKit is a map clustering framework targeting MapKit, Google Maps, Mapbox and YandexMapKit.",
5   "description": "ClusterKit is an efficient clustering framework with the following features:\n- Native supports of MapKit, GoogleMaps, Mapbox and YandexMapKit.\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.5.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": "Sources/ClusterKit/**/*.{h,m}",
26       "testspecs": [
27         {
28           "name": "Tests",
29           "test_type": "unit",
30           "source_files": "Tests/ClusterKitTests/*.{h,m}"
31         }
32       ]
33     },
34     {
35       "name": "Mapbox",
36       "platforms": {
37         "ios": "9.0"
38       },
39       "dependencies": {
40         "ClusterKit/Core": [
42         ],
43         "Mapbox-iOS-SDK": [
44           "~> 5.0"
45         ]
46       },
47       "source_files": "Sources/Mapbox"
48     }
49   ]