Skip to content

Commit

Permalink
Merge pull request CocoaPods#2202 from acerbetti/master
Browse files Browse the repository at this point in the history
ACECompleteBar
  • Loading branch information
acerbetti committed May 16, 2013
2 parents 0a14a6d + 6308322 commit c633dc7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ACEAutocompleteBar/0.1.0/ACEAutocompleteBar.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'ACEAutocompleteBar'
s.version = '0.1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Simple UITextFlied category to display text suggestions in real-time on the top of the virtual keyboard.'
s.homepage = 'https://github.com/acerbetti/ACEAutocompleteBar'
s.author = { 'Stefano Acerbetti' => '[email protected]' }
s.source = { :git => 'https://github.com/acerbetti/ACEAutocompleteBar.git', :tag => 'v0.1.0' }
s.platform = :ios, '4.0'
s.source_files = 'ACEAutocompleteBar/*.{h,m}'
end

0 comments on commit c633dc7

Please sign in to comment.