[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / e / b / 5 / PSProgressHUD / 0.0.7 / PSProgressHUD.podspec.json
blobbb13bae0efc5aba50cb26803a0f8436258396c04
2   "name": "PSProgressHUD",
3   "version": "0.0.7",
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.7"
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   }