blob: 886a8abe158a8f64964f6a3953c46157e9a99cab [file] [log] [blame]
{
"name": "FBAnnotationClusteringSwift",
"version": "1.0.0",
"summary": "This is a Swift translation of FBAnnotationClustering. Aggregates map pins into a single numbered cluster.",
"description": "Swift translation of FB Annotation Clustering, which clusters pins on the map for iOS. http://ribl.co/blog/2015/05/28/map-clustering-with-swift-how-we-implemented-it-into-the-ribl-ios-app/",
"homepage": "https://github.com/freemiumdev/FBAnnotationClusteringSwift",
"license": "MIT",
"authors": {
"Giuseppe Russo": "freemiumdev@outlook.it"
},
"source": {
"git": "https://github.com/freemiumdev/FBAnnotationClusteringSwift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": [
"Pod/Assets/*.xcassets"
]
}