Skip to content

Commit

Permalink
Add podspec for HTAutocompleteTextField.
Browse files Browse the repository at this point in the history
  • Loading branch information
sibljon committed Jan 25, 2013
1 parent f1f3514 commit 635a59a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HTAutocompleteTextField/1.0.0/HTAutocompleteTextField.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "HTAutocompleteTextField"
s.version = "1.0.0"
s.summary = "A subclass of UITextField that displays text completion suggestions while a user types. Perfect for suggestion email address domains."
s.homepage = "https://github.com/hoteltonight/HTAutocompleteTextField"
s.license = 'MIT'
s.author = { "Jonathan Sibley" => "jon@hoteltonight.com" }
s.source = { :git => "https://github.com/hoteltonight/HTAutocompleteTextField.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'HTAutocompleteTextField.{h,m}'
s.requires_arc = true
end

0 comments on commit 635a59a

Please sign in to comment.