[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / d / 6 / RealmMapView / 2.1 / RealmMapView.podspec.json
blob26e0c9eecd89e6ced75223e2b2cf88367defb796
2   "name": "RealmMapView",
3   "version": "2.1",
4   "summary": "Drop-in clustering map interface for Realm Swift objects",
5   "description": "The RealmMapView class creates an interface object that inherits MKMapView and manages fetching and displaying annotations for a Realm Swift object class that contains coordinate data.",
6   "homepage": "https://github.com/bigfish24/ABFRealmMapView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Fish": "af@realm.io"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bigfish24/ABFRealmMapView.git",
19     "tag": "v2.1"
20   },
21   "source_files": "RealmMapView/*.{h,swift}",
22   "requires_arc": true,
23   "dependencies": {
24     "RealmSwift": [
25       ">= 2.1.1"
26     ],
27     "ABFRealmMapView": [
28       ">=2.1"
29     ],
30     "RBQSafeRealmObject": [
32     ]
33   },
34   "pushed_with_swift_version": "3.0.1"