blob: bacffb73aef62760625db640e5b4e04adbced812 [file] [log] [blame]
{
"name": "FVSmartHintView",
"version": "0.2.0",
"summary": "A easy way to add an smart hint view that display frequently-used phrase",
"description": "A smart hint table view to display frequently-used that you provide throught impletement protocal",
"homepage": "https://github.com/Upliver/FVSmartHintView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iforvert": "iforvert@gmail.com"
},
"source": {
"git": "https://github.com/Upliver/FVSmartHintView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FVSmartHintView/**/*.{h,m}",
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}