[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / b / 5 / PSProgressHUD / 0.0.1 / PSProgressHUD.podspec.json
blob465dd9e65515b283884ab6d867346e864b15e916
2   "name": "PSProgressHUD",
3   "version": "0.0.1",
4   "summary": "使用链式的方式来封装MBProgressHUD,方便书写",
5   "description": "使用链式的方式来封装MBProgressHUD,方便书写,是基于MBProgressHUD的0.9.2版本,会自动带上此版本",
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.1"
20   },
21   "source_files": "PSProgressHUD/PSProgressHUD/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreGraphics"
26   ],
27   "requires_arc": true