Skip to content

Commit

Permalink
Update SMCalloutView to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarina committed Apr 1, 2013
1 parent dc4e3b5 commit 49eb6a1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SMCalloutView/1.1.2/SMCalloutView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "SMCalloutView"
s.version = "1.1.2"
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.1.2" }
s.platform = :ios
s.source_files = 'SMCalloutView.{h,m}'
s.requires_arc = true
end

0 comments on commit 49eb6a1

Please sign in to comment.