[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 5 / 7 / f / SWHUD / 0.0.2 / SWHUD.podspec.json
blobc1a545a0b81aaf40a10b44ac49bab336af72cc3b
2   "name": "SWHUD",
3   "version": "0.0.2",
4   "summary": "在 SVProgressHUD 的基础上封装的便利的方法.",
5   "description": "根据平时项目需要,在 SVProgressHUD 的基础上封装的便利的方法.",
6   "homepage": "https://github.com/547/SWHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Seven Wang",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/547/SWHUD.git",
17     "tag": "0.0.2"
18   },
19   "source_files": [
20     "SWHUD",
21     "SWHUD/**/*.{h,m,swift}"
22   ],
23   "exclude_files": "SWHUD/Exclude",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "SVProgressHUD": [
30       "~> 2.2.5"
31     ]
32   },
33   "swift_versions": "5.0",
34   "swift_version": "5.0"