blob: 7eae6c30dd6fec6e00685ccf2e01b7c1cadb9125 [file] [log] [blame]
{
"name": "RealmMapView",
"version": "1.8",
"summary": "Drop-in clustering map interface for Realm Swift objects",
"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.",
"homepage": "https://github.com/bigfish24/ABFRealmMapView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Fish": "af@realm.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bigfish24/ABFRealmMapView.git",
"tag": "v1.8"
},
"source_files": "RealmMapView/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"SwiftFetchedResultsController": [
">= 2.4.3"
],
"RealmSwift": [
">= 0.98"
],
"ABFRealmMapView": [
">=1.8"
]
}
}