Skip to content

Commit

Permalink
Add PYSearch.podspec
Browse files Browse the repository at this point in the history
Add PYSearch.podspec
  • Loading branch information
ko1o committed Oct 24, 2016
1 parent 268fa17 commit d74e4e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions PYSearch.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'PYSearch'
s.version = '0.2.0'
s.summary = '🔍 An elegant search controller for iOS.'
s.homepage = 'https://github.com/iphone5solo/PYSearch'
s.license = 'MIT'
s.authors = {'CoderKo1o' => '[email protected]'}
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/iphone5solo/PYSearch.git', :tag => '0.2.0'}
s.source_files = 'PYSearch/**/*.{h,m}'
s.resource = 'PYSearch/PYSearch.bundle'
s.requires_arc = true
end


Binary file not shown.

0 comments on commit d74e4e7

Please sign in to comment.