[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / b / 5 / PSProgressHUD / 0.0.3 / PSProgressHUD.podspec.json
blobfe69382870b4e6a6193f53482cb3c2a91296df63
2   "name": "PSProgressHUD",
3   "version": "0.0.3",
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.3"
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   }