[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / a / 7 / XSToast / 0.1.3 / XSToast.podspec.json
blob8242e5e60b0de46b4c7198554c0e1f30df9ad800
2   "name": "XSToast",
3   "version": "0.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "source_files": "XSToast/Classes/**/*",
28   "resource_bundles": {
29     "XSToast": [
30       "XSToast/Assets/*.png",
31       "XSToast/Assets/Image.xcassets"
32     ]
33   },
34   "dependencies": {
35     "MBProgressHUD": [
36       "~> 1.2.0"
37     ]
38   }