| { |
| "name": "ICXProgressHUD", |
| "version": "0.1.3", |
| "summary": "From MBProgressHUD", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://git.icarbonx.com/ICX-iOS/ICXProgressHUD", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "TPQuietBro": "tangpeng@icarbonx.com" |
| }, |
| "source": { |
| "git": "https://git.icarbonx.com/ICX-iOS/ICXProgressHUD.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ICXProgressHUD/Classes/**/*", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "MBProgressHUD": [ |
| "~> 1.1.0" |
| ] |
| } |
| } |