blob: 417f4e8430e6634e48634e0c48fe535679bc89e7 [file] [log] [blame]
{
"name": "UIAnimatedSearchBar",
"version": "0.0.2",
"summary": "UIAnimatedSearchBar in an animated search bar with similar functionality to UISearchBar",
"description": "The UIAnimatedSearchBar is similar to the standard UISearchBar but with the added animation of the search glass. I have tried to add the same functionality that UISearchBar comes with. The cancel button and the bookmark button can both be added just like UISearchBar. Additionally there is a UIAnimatedSearchBarDelegate that mirrors the same functionality that UISearchBarDelegate offers.",
"homepage": "https://github.com/KyleBurkholder/UIAnimatedSearchBar",
"screenshots": [
"https://raw.githubusercontent.com/KyleBurkholder/UIAnimatedSearchBar/master/Example/Tests/ReferenceImages/Tests/Customization__Bookmark_button_shows_iPhone11_4_320x568%402x.png",
"https://raw.githubusercontent.com/KyleBurkholder/UIAnimatedSearchBar/master/Example/Tests/ReferenceImages/Tests/Customization__placeholder_text_works_iPhone11_4_320x568%402x.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KyleBurkholder": "kburkho@gmail.com"
},
"source": {
"git": "https://github.com/KyleBurkholder/UIAnimatedSearchBar.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/_KyleBurkholder",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "UIAnimatedSearchBar/Classes/**/*",
"resources": "UIAnimatedSearchBar/Assets/*.xcassets"
}