Skip to content

Commit

Permalink
Update Cocoapod Config
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeBoisney committed Mar 7, 2017
1 parent eb9581b commit 74cf9da
Show file tree
Hide file tree
Showing 10 changed files with 680 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ModernSearchBar.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "ModernSearchBar"
s.version = "1.0"
s.summary = "ModernSearchBar"
s.description = "The famous iOS search bar with auto completion feature implemented."
s.homepage = "https://github.com/PhilippeBoisney/ModernSearchBar"
s.license = 'APACHE'
s.author = { "PhilippeBoisney" => "phil.boisney@gmail.com" }
s.source = { :git => "https://github.com/PhilippeBoisney/ModernSearchBar.git", :tag => s.version }
s.platform = :ios, '8.0'
s.requires_arc = true

# If more than one source file: https://guides.cocoapods.org/syntax/podspec.html#source_files
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'ModernSearchBar' => [
'Pod/Assets.xcassets'
]
}

end
23 changes: 23 additions & 0 deletions Pod/Assets.xcassets/search.imageset/Contents.json
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "search.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "search@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "search@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file added Pod/Assets.xcassets/search.imageset/search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pod/Assets.xcassets/search.imageset/search@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pod/Assets.xcassets/search.imageset/search@3x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 74cf9da

Please sign in to comment.