[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 6 / f / ASHSearchedViewController / 1.0.0 / ASHSearchedViewController.podspec.json
blob15b9e38317f83e97d772105305def76cd86313dd
2   "name": "ASHSearchedViewController",
3   "version": "1.0.0",
4   "summary": "A replacement for the standard UIViewController that provides navigation bar integrated searching interface",
5   "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.",
6   "homepage": "https://github.com/Xedart/ASHSearchedViewController",
7   "license": "MIT",
8   "authors": {
9     "Xedart": "Xedartmail@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Xedart/ASHSearchedViewController.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "ASHSearchedViewController",
19   "swift_version": "4.2",
20   "resource_bundles": {
21     "ASHSearchedViewController": [
22       "ASHSearchedViewController/Resources/*.xcassets"
23     ]
24   }