blob: 37f25395d85666379b2607000ef8f8e494422c0e [file] [log] [blame]
{
"name": "TSClusterMapView",
"version": "2.3.2",
"summary": "Animated annotation clustering MKMapView subclass",
"description": "This animated annotation clustering MKMapView subclass is based off of ADClusterMapView.\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/ashare80/TSClusterMapView",
"license": "MIT",
"authors": {
"Adam Share": "adam@tapshield.com"
},
"source": {
"git": "https://github.com/ashare80/TSClusterMapView.git",
"tag": "2.3.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"ios": {
"frameworks": [
"UIKit",
"MapKit"
]
},
"osx": {
"frameworks": "MapKit"
}
}