[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / 6 / WLHudUtil / 0.0.3 / WLHudUtil.podspec.json
blob4415603e8007a2337e03d4a3bc0f8a03f303c4a8
2   "name": "WLHudUtil",
3   "version": "0.0.3",
4   "summary": "A Lib For hud.",
5   "description": "WLHudUtil一个对SVProgressHud的封装",
6   "homepage": "https://github.com/StoneStoneStoneWang/WLHudUtil",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "StoneStoneStoneWang": "yuanxingfu1314@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_version": "4.2",
18   "pod_target_xcconfig": {
19     "DEFINES_MODULE": "YES"
20   },
21   "static_framework": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "source": {
27     "git": "https://github.com/StoneStoneStoneWang/WLHudUtil.git",
28     "tag": "0.0.3"
29   },
30   "source_files": "Code/**/*.{swift}",
31   "dependencies": {
32     "SVProgressHUD": [
34     ]
35   }