[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / d / f / LZToastHelper / 0.1.7 / LZToastHelper.podspec.json
blob267bd1de2126e75126e0eb59b91f5cd31900aa01
2   "name": "LZToastHelper",
3   "version": "0.1.7",
4   "summary": "基于 MBProgressHUD 进行二次封装。",
5   "description": "Toast 飘窗提醒\n1.单例\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.7"
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   }