Skip to content

Commit

Permalink
[Add] ADClusterMapView (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moore committed Nov 13, 2012
1 parent eb0892c commit a6103bc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ADClusterMapView/0.0.1/ADClusterMapView.podspec
Original file line number Original file line Diff line number Diff line change
@@ -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

2 comments on commit a6103bc

@alloy
Copy link
Member

@alloy alloy commented on a6103bc Nov 21, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cdmwebs Why did you choose the initial import commit vs the latest? It should only contain a few small fixes, would it break for you if I would change the commit?

@cdmwebs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, please do. Sorry about that.

Please sign in to comment.