Skip to content

Commit

Permalink
[Update] SMCalloutView (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 24, 2012
1 parent 4e3110b commit 78cc9d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SMCalloutView/1.0.0/SMCalloutView.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "SMCalloutView"
s.version = "1.0.0"
s.summary = "A lightweight callout view class for iOS mimicking UICalloutView."
s.description = <<-DESC
SMCalloutView aims to be an exact replica of the private UICalloutView system control.
We all love those "bubbles" you get when clicking pins in MKMapView. But sadly, it's impossible to present this bubble-style "Callout" UI anywhere outside MKMapView. Phooey! So this class painstakingly recreates this handy control for your pleasure.
DESC
s.homepage = "https://github.com/nfarina/calloutview"
s.license = 'Apache License, Version 2.0'
s.author = { "Nick Farina" => "nfarina@gmail.com" }
s.source = { :git => "https://github.com/nfarina/calloutview.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'SMCalloutView.{h,m}'
s.requires_arc = true
end

0 comments on commit 78cc9d9

Please sign in to comment.