[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 1 / 8 / FVSmartHintView / 0.2.0 / FVSmartHintView.podspec.json
blobbacffb73aef62760625db640e5b4e04adbced812
2   "name": "FVSmartHintView",
3   "version": "0.2.0",
4   "summary": "A easy way to add an smart hint view that display frequently-used phrase",
5   "description": "A smart hint table view to display frequently-used that you provide throught impletement protocal",
6   "homepage": "https://github.com/Upliver/FVSmartHintView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iforvert": "iforvert@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Upliver/FVSmartHintView.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FVSmartHintView/**/*.{h,m}",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.0.2"
25     ]
26   }