[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / b / HintView / 0.1.0 / HintView.podspec.json
blob4052900902e305f408ebcd4b915a4c845261f7b9
2   "name": "HintView",
3   "version": "0.1.0",
4   "summary": "HintView provide you a convenience way to show a full screen hintview",
5   "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",
6   "homepage": "https://github.com/hnchan/HintView",
7   "screenshots": "https://raw.githubusercontent.com/hnchan/HintView/master/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Alex Chan": "hnchan@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/hnchan/HintView.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "HintView": [
23       "Pod/Assets/*.png"
24     ]
25   }