[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / b / ZHWTipText / 0.0.1 / ZHWTipText.podspec.json
blob885f001a86a138b5d49c4e9a3aa309dbb8a275c2
2   "name": "ZHWTipText",
3   "version": "0.0.1",
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.1"
20   },
21   "source_files": [
22     "TipText",
23     "ZHWTipText/TipText/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
28       "~> 0.6.3"
29     ]
30   }