[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 2 / d / 6 / RealmMapView / 1.6.1 / RealmMapView.podspec.json
blobaf9e6e852f5b6cb100e462d11dd1980b0f82dc41
2   "name": "RealmMapView",
3   "version": "1.6.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": "v1.6.1"
20   },
21   "source_files": [
22     "RealmMapView/*.{h,swift}",
23     "ABFRealmMapView/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SwiftFetchedResultsController": [
28       ">= 2.4"
29     ],
30     "RealmSwift": [
31       ">= 0.96"
32     ]
33   }