[Add] ADClusterMapView (0.0.1)

This commit is contained in:
Chris Moore
2012-11-13 09:42:20 -05:00
parent eb0892c5c2
commit a6103bc4dc
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "ADClusterMapView"
s.version = "0.0.1"
s.summary = "ADClusterMapView is a drop-in subclass of MKMapView that displays and animate clusters of annotations."
s.description = <<-DESC
ADClusterMapView is a drop-in subclass of MKMapView that
displays and animate clusters of annotations. This is very
useful in cases where you have to display many annotations
on the map. Concept and implementation were described on
Applidium's [website][http://applidium.com/en/news/too_many_pins_on_your_map/].
DESC
s.homepage = "https://github.com/applidium/ADClusterMapView"
s.license = { :type => 'NetBSD', :file => 'LICENSE' }
s.author = { "Applidium" => "https://github.com/applidium/" }
s.source = { :git => "https://github.com/applidium/ADClusterMapView.git", :commit => "d68d69b238929" }
s.platform = :ios
s.source_files = 'ADClusterMapView/**/*.{h,m}'
s.frameworks = 'MapKit', 'CoreLocation'
end