blob: 4052900902e305f408ebcd4b915a4c845261f7b9 [file] [log] [blame]
{
"name": "HintView",
"version": "0.1.0",
"summary": "HintView provide you a convenience way to show a full screen hintview",
"description": " You could use it anywhere under any view and it will popup to show the hint in full screen mode when u called.\n Once the user touch the screen again, the hint view will disappear automatically.\n",
"homepage": "https://github.com/hnchan/HintView",
"screenshots": "https://raw.githubusercontent.com/hnchan/HintView/master/screenshot.png",
"license": "MIT",
"authors": {
"Alex Chan": "hnchan@gmail.com"
},
"source": {
"git": "https://github.com/hnchan/HintView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HintView": [
"Pod/Assets/*.png"
]
}
}