| { |
| "name": "SYUIProgressHUD", |
| "version": "1.3.1", |
| "summary": "SYUIProgressHUD used to show message which can be auto hide.", |
| "homepage": "https://github.com/potato512/SYUIProgressHUD", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "herman": "zhangsy757@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/potato512/SYUIProgressHUD.git", |
| "tag": "1.3.1" |
| }, |
| "source_files": "SYUIProgressHUD/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |