Skip to content

Instantly share code, notes, and snippets.

@limenutt
Created April 22, 2013 09:52
Show Gist options
  • Select an option

  • Save limenutt/5433647 to your computer and use it in GitHub Desktop.

Select an option

Save limenutt/5433647 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'AutocompletionTableView'
s.version = '1.0'
s.platform = :ios
s.summary = 'It\'s a very simple UITableView subclass which let\'s you to add real-time suggestion list for UITextView based on the custom dictionary.'
s.homepage = 'https://github.com/keyf/AutocompletionTableView'
s.author = { 'Aresniy' => 'https://github.com/keyf' }
s.source = { :git => 'https://github.com/keyf/AutocompletionTableView.git', :commit => '69b961ce6abf7a209f80871831ab34d3e072f902' }
s.source_files = 'Classes/AutocompletionTableView.h', 'Classes/AutocompletionTableView.m'
s.resources = 'TSAlertView/TSAlertView*.png'
s.license = { :type => 'BSD', :file => 'LICENSE' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment