[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 3 / ClusterKit / 0.4.0 / ClusterKit.podspec.json
blobc54220089e77a44b849f686cd6aa68df7802862c
2   "name": "ClusterKit",
3   "version": "0.4.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.4.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   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "source_files": "Tests/*.{h,m}"
26     }
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "frameworks": "MapKit",
32       "source_files": [
33         "ClusterKit/ClusterKit.h",
34         "ClusterKit/Core/**/*.{h,m}"
35       ]
36     },
37     {
38       "name": "MapKit",
39       "dependencies": {
40         "ClusterKit/Core": [
42         ]
43       },
44       "source_files": "ClusterKit/MapKit"
45     },
46     {
47       "name": "Mapbox",
48       "platforms": {
49         "ios": "9.0"
50       },
51       "dependencies": {
52         "ClusterKit/Core": [
54         ],
55         "Mapbox-iOS-SDK": [
56           "~> 4.6"
57         ]
58       },
59       "source_files": "ClusterKit/Mapbox"
60     }
61   ]