blob: 6cfe8a4c89c4c4606dabd11e92b88cf9834c6a96 [file] [log] [blame]
{
"name": "RealmMapView",
"version": "1.6",
"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.6"
},
"source_files": [
"RealmMapView/*.{h,swift}",
"ABFRealmMapView/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
">= 2.4"
],
"RealmSwift": [
">= 0.96"
]
}
}