{ | |
"name": "LLProgressHUD", | |
"version": "1.0.1", | |
"summary": "An iOS activity indicator view.", | |
"homepage": "https://github.com/lianleven/LLProgressHUD", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"lianleven": "lianleven@163.com" | |
}, | |
"source": { | |
"git": "https://github.com/lianleven/LLProgressHUD.git", | |
"tag": "1.0.1" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source_files": "LLProgressHUD/**/*.{h,m}", | |
"resources": "LLProgressHUD/LLProgressHUD.bundle", | |
"requires_arc": true | |
} |