| { |
| "name": "PSProgressHUD", |
| "version": "0.0.1", |
| "summary": "使用链式的方式来封装MBProgressHUD,方便书写", |
| "description": "使用链式的方式来封装MBProgressHUD,方便书写,是基于MBProgressHUD的0.9.2版本,会自动带上此版本", |
| "homepage": "https://github.com/huangzhifei/PSProgressHUD.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "eric": "huangzhifei2009@126.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/huangzhifei/PSProgressHUD.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "PSProgressHUD/PSProgressHUD/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "CoreGraphics" |
| ], |
| "requires_arc": true |
| } |