blob: 58ce3a1564400f01206990ee88e698277fdebc13 [file] [log] [blame]
{
"name": "RealmMapView",
"version": "2.2",
"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": "v2.2"
},
"source_files": "RealmMapView/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"RealmSwift": [
">= 3.0.0"
],
"ABFRealmMapView": [
">=2.2"
],
"RBQSafeRealmObject": [
]
},
"pushed_with_swift_version": "3.0.1"
}