blob: 15b9e38317f83e97d772105305def76cd86313dd [file] [log] [blame]
{
"name": "ASHSearchedViewController",
"version": "1.0.0",
"summary": "A replacement for the standard UIViewController that provides navigation bar integrated searching interface",
"description": "Use ASHSearchedViewController as a base class for your ViewController instead of the UIVIewController if you want to get navigation bar-integrated searching UI for free. You then need to implemented actual search based on received text input.",
"homepage": "https://github.com/Xedart/ASHSearchedViewController",
"license": "MIT",
"authors": {
"Xedart": "Xedartmail@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Xedart/ASHSearchedViewController.git",
"tag": "1.0.0"
},
"source_files": "ASHSearchedViewController",
"swift_version": "4.2",
"resource_bundles": {
"ASHSearchedViewController": [
"ASHSearchedViewController/Resources/*.xcassets"
]
}
}