[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / 5 / PSProgressHUD / 0.0.6 / PSProgressHUD.podspec.json
blobaf9f62366ae8ef9ecf90cba9472d757b2f6d5521
2   "name": "PSProgressHUD",
3   "version": "0.0.6",
4   "summary": "使用链式的方式来封装MBProgressHUD,方便书写",
5   "description": "使用链式的方式来封装MBProgressHUD,方便书写,基于MBProgressHUD的1.1.0版本,适配成0.9.x的样式",
6   "homepage": "https://github.com/huangzhifei/PSProgressHUD.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "eric": "huangzhifei2009@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/huangzhifei/PSProgressHUD.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "PSProgressHUD/PSProgressHUD/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreGraphics"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "MBProgressHUD": [
30       "~> 1.1.0"
31     ]
32   }