[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 8 / UIAnimatedSearchBar / 0.0.1 / UIAnimatedSearchBar.podspec.json
blob40606b74815bf27d1f5478fa1affe2de4b10b80a
2   "name": "UIAnimatedSearchBar",
3   "version": "0.0.1",
4   "summary": "UIAnimatedSearchBar in an animated search bar with similar functionality to UISearchBar",
5   "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.",
6   "homepage": "https://github.com/KyleBurkholder/UIAnimatedSearchBar",
7   "screenshots": [
8     "https://raw.githubusercontent.com/KyleBurkholder/UIAnimatedSearchBar/master/Example/Tests/ReferenceImages/Tests/Customization__Bookmark_button_shows_iPhone11_4_320x568%402x.png",
9     "https://raw.githubusercontent.com/KyleBurkholder/UIAnimatedSearchBar/master/Example/Tests/ReferenceImages/Tests/Customization__placeholder_text_works_iPhone11_4_320x568%402x.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "KyleBurkholder": "kburkho@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/KyleBurkholder/UIAnimatedSearchBar.git",
20     "tag": "0.0.1"
21   },
22   "social_media_url": "https://twitter.com/_KyleBurkholder",
23   "platforms": {
24     "ios": "11.0"
25   },
26   "swift_version": "4.0",
27   "source_files": "UIAnimatedSearchBar/Classes/**/*",
28   "resources": "UIAnimatedSearchBar/Assets/*.xcassets"