Skip to content

Instantly share code, notes, and snippets.

@zwaldowski
Created August 23, 2012 02:05
Show Gist options
  • Save zwaldowski/3431291 to your computer and use it in GitHub Desktop.
Save zwaldowski/3431291 to your computer and use it in GitHub Desktop.
SMCalloutView podspec
Pod::Spec.new do |s|
s.name = 'SMCalloutView'
s.version = '1.0'
s.license = 'Apache'
s.summary = 'SMCalloutView aims to be an exact replica of the private UICalloutView system control.'
s.homepage = 'https://github.com/nfarina/calloutview'
s.author = { 'Nick Farina' => 'nfarina@gmail.com' }
s.source = { :git => 'https://github.com/nfarina/calloutview.git', :commit => '3044746830bd2b7912a49b2138b30de770ae05c4' }
s.source_files = 'SMCalloutView.{h,m}'
s.frameworks = 'QuartzCore', 'CoreGraphics', 'UIKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment