Skip to content

Commit

Permalink
Add spec for HTAutocompleteTextField 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sibljon committed Jan 30, 2013
1 parent c3a2044 commit 4cbb3ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HTAutocompleteTextField/1.0.1/HTAutocompleteTextField.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "HTAutocompleteTextField"
s.version = "1.0.1"
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.1" }
s.platform = :ios
s.ios.deployment_target = '4.3'
s.source_files = 'HTAutocompleteTextField.{h,m}'
s.requires_arc = true
end

0 comments on commit 4cbb3ff

Please sign in to comment.