| { |
| "name": "VWProgressHUD", |
| "version": "0.1.3", |
| "summary": "A easy hud to use, just one code", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/vaithwee/VWProgressHUD", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Vaith": "vaithwee@yeah.net" |
| }, |
| "source": { |
| "git": "https://github.com/vaithwee/VWProgressHUD.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "VWProgressHUD/Classes/**/*", |
| "resources": "VWProgressHUD/Assets/*.bundle", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |