[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / 6 / a / HBToast / 0.0.3 / HBToast.podspec.json
blob241e636ee9b3ca13dee3dd94ccf469cf4b0a9591
2   "name": "HBToast",
3   "version": "0.0.3",
4   "summary": "Swift 版的 Toast 控件",
5   "description": "Swift 版的 Toast 控件。",
6   "homepage": "https://www.shenhongbang.cc",
7   "license": "MIT",
8   "authors": {
9     "shenhongbang": "shenhongbang@163.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/jiutianhuanpei/HBToast.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "HBToast.swift",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "swift_version": "5.0",
22   "dependencies": {
23     "SnapKit": [
25     ]
26   }