[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / b / ZHWTipText / 0.0.2 / ZHWTipText.podspec.json
blobd3479af4892d552cf1a916f15015e477898849cb
2   "name": "ZHWTipText",
3   "version": "0.0.2",
4   "summary": "底部带有三角箭头的提示",
5   "description": "底部带有三角箭头的提示,底部带有三角箭头的提示",
6   "homepage": "https://github.com/jesse881025/ZHWTipText",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhanghongwei": "hongwei.zhang@langlive.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/jesse881025/ZHWTipText.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "TipText",
23     "ZHWTipText/TipText/**/*.{h,m}"
24   ],
25   "resources": "ZHWTipText/TipText/tipImgs/*.png",
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
29       "~> 0.6.3"
30     ]
31   }