Skip to content

Commit

Permalink
[Update] JCAutocompletingSearch (0.9.6) [James Coleman]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoleman committed Nov 9, 2012
1 parent 68e0bb5 commit 21d3f55
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions JCAutocompletingSearch/0.9.6/JCAutocompletingSearch.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'JCAutocompletingSearch'
s.platform = :ios, '5.0'
s.version = '0.9.6'
s.summary = 'Search controller for querying asynchronous backends allowing user selection from results.'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.homepage = 'https://github.com/jcoleman/JCAutocompletingSearch'
s.author = { 'James Coleman' => 'jtc331@gmail.com' }
s.requires_arc = true
s.source = { :git => 'https://github.com/jcoleman/JCAutocompletingSearch.git', :tag => '0.9.6' }
s.source_files = 'Library/*.{h,m}'
s.resources = 'Library/JCAutocompletingSearchStoryboard.storyboard'
end

0 comments on commit 21d3f55

Please sign in to comment.