blob: 92ce0b8dce2ec8ae046c0048ebf8e10364762ce9 [file] [log] [blame]
{
"name": "LFProgressHUD",
"version": "0.1.0",
"summary": "A iOS8 + light HUD with progress",
"description": "A iOS8 + light HUD with progress.",
"homepage": "http://longfan.me",
"license": "MIT",
"authors": {
"LongFan": "marklf@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cctv1237/LFProgressHUD.git",
"tag": "0.1.0"
},
"source_files": "LFProgressHUD/LFProgressHUD/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": "LFProgressHUD/LFProgressHUD/PodImages.xcassets/**/*.png",
"frameworks": "UIKit",
"requires_arc": true
}