blob: c7a4026c2cf6b4cbd22b88df86d07e555499023e [file] [log] [blame]
{
"name": "SFProgressHUD",
"version": "0.2.0",
"summary": "Progress, simelpe MBProgress by swift 2.2",
"homepage": "https://github.com/looseyi/SFProgressHUD.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"looseyi": "13615033587@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/looseyi/SFProgressHUD.git",
"tag": "0.2.0"
},
"source_files": "Source/*.swift",
"exclude_files": "Classes/Demo",
"frameworks": "CoreGraphics",
"requires_arc": true,
"dependencies": {
"SnapKit": [
"~> 0.15.0"
]
}
}