[Add] Vitals 3.2.4
[CocoaPods.git] / Specs / e / a / 7 / XSToast / 0.1.1 / XSToast.podspec.json
blob6db847077e621c801136c607c1cc2aa766d67656
2   "name": "XSToast",
3   "version": "0.1.1",
4   "summary": "使用简单的一款toast工具",
5   "description": "这是一个吐丝提示工具,使用方便,支持常用情况,具体请看demo",
6   "homepage": "https://github.com/xiangshun110/XSToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiangshun": "113648883@qq.cn"
13   },
14   "source": {
15     "git": "https://github.com/xiangshun110/XSToast.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "XSToast/Classes/**/*",
22   "resource_bundles": {
23     "XSToast": [
24       "XSToast/Assets/*.png",
25       "XSToast/Assets/Image.xcassets"
26     ]
27   },
28   "dependencies": {
29     "MBProgressHUD": [
30       "~> 1.2.0"
31     ]
32   }