[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / d / f / LZToastHelper / 0.1.2 / LZToastHelper.podspec.json
blob88e3bf7499df4855e842f74fe8c06ccf05a620a9
2   "name": "LZToastHelper",
3   "version": "0.1.2",
4   "summary": "基于 MBProgressHUD 进行二次封装。",
5   "description": "1.单例\n2.全局统一配置\n3.隐藏统一回调",
6   "homepage": "https://github.com/liLeiBest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lilei_hapy@163.com": "lilei_hapy@163.com"
13   },
14   "source": {
15     "git": "https://github.com/liLeiBest/LZToastHelper.git",
16     "tag": "0.1.2"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "LZToastHelper/Classes/*.{h,m}",
26   "public_header_files": "LZToastHelper/Classes/*.h",
27   "dependencies": {
28     "MBProgressHUD": [
30     ]
31   }