Skip to content

Instantly share code, notes, and snippets.

@pablasso
Last active December 29, 2015 00:09
Show Gist options
  • Save pablasso/7584137 to your computer and use it in GitHub Desktop.
Save pablasso/7584137 to your computer and use it in GitHub Desktop.
test
Pod::Spec.new do |s|
s.name = "TURecipientBar"
s.version = "2.0.0"
s.summary = "A UIView to handle entering recipients similar to iOS Mail."
s.homepage = "http://github.com/pablasso/TURecipientBar"
s.license = 'BSD'
s.author = { "David Beck" => "[email protected]" }
s.source = { :git => "https://github.com/pablasso/TURecipientBar.git", :branch => 'standalone-bar' }
s.platform = :ios, '6.0'
s.source_files = 'TURecipientBar/*.{h,m}'
s.resources = 'TURecipientBar/*.png'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment