Skip to content

Commit

Permalink
Merge pull request #851 from Pandalab/master
Browse files Browse the repository at this point in the history
Added IMOAutocompletionViewController
  • Loading branch information
keith committed Dec 10, 2012
2 parents e1302c0 + ea8a3ab commit 7c39854
Showing 1 changed file with 15 additions and 0 deletions.
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "IMOAutocompletionViewController"
s.version = "0.0.1"
s.summary = "."
s.description = <<-DESC
IOS Autocompletion view controller.
DESC
s.homepage = "https://github.com/fredericcormier/IMOAutocompletionViewController"
s.platform = :ios
s.author = 'Frederic Cormier'
s.license = 'Copyright'
s.source = { :git => "https://github.com/fredericcormier/IMOAutocompletionViewController.git", :commit => 'b262a14fbcf35e3af4c1631b4f65c4250549e135' }
s.source_files = 'IMOAutocompletionViewControllerDEMO/IMOAutocompletionViewControllerDEMO/IMOAutocompletionViewController/*.{h,m}'
s.resources = 'IMOAutocompletionViewControllerDEMO/IMOAutocompletionViewControllerDEMO/IMOAutocompletionViewController/*.{xib}'
end

0 comments on commit 7c39854

Please sign in to comment.