blob: d51b2da8eb29dcb948b03001cee85edb9ba3d6da [file] [log] [blame]
{
"name": "ABFRealmMapView",
"version": "2.2",
"summary": "Drop-in clustering map interface for Realm objects",
"description": "The ABFRealmMapView class creates an interface object that inherits MKMapView and manages fetching and displaying annotations for a Realm object class that contains coordinate data.",
"homepage": "https://github.com/bigfish24/ABFRealmMapView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Fish": "af@realm.io"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bigfish24/ABFRealmMapView.git",
"tag": "v2.2"
},
"source_files": "ABFRealmMapView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Realm": [
">= 3.0.0"
],
"RBQSafeRealmObject": [
]
}
}