blob: 9992ebe15d2460954d5dd468eb19e2933462d6ef [file] [log] [blame]
{
"name": "ABFRealmMapView",
"version": "1.4.1",
"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": "v1.4.1"
},
"source_files": "ABFRealmMapView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
">= 2.0"
],
"Realm": [
">= 0.95"
]
}
}