Skip to content

Commit

Permalink
[UPDATED] IMQuickSearch to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyguitar committed Apr 24, 2014
1 parent aa714ef commit f9609c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions IMQuickSearch/0.7.0/IMQuickSearch.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'IMQuickSearch'
s.version = '0.7.0'
s.summary = 'Filtering your NSArrays of NSObjects like a BOSS.'
s.author = {
'Ben Gordon' => 'benjamin.gordon@intermarkgroup.com'
}
s.source = {
:git => 'https://github.com/Intermark/IMQuickSearch.git',
:tag => '0.7.0'
}
s.homepage = 'https://github.com/Intermark'
s.license = 'License'
s.source_files = 'Classes/*.{h,m}'
s.platform = :ios
s.requires_arc = true
end

0 comments on commit f9609c1

Please sign in to comment.