blob: af8d4edd3b7aa414a2cc34f5256eb4ae731f74ad [file] [log] [blame]
{
"name": "BFRadialWaveHUD",
"version": "1.4.2",
"summary": "A progress HUD using BFRadialWaveView.",
"homepage": "https://github.com/bfeher/BFRadialWaveHUD",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Bence Feher": "ben.feher@gmail.com"
},
"source": {
"git": "https://github.com/bfeher/BFRadialWaveHUD.git",
"tag": "1.4.2"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"UIColor+BFPaperColors": [
],
"BFRadialWaveView": [
]
},
"source_files": [
"Classes/*.{h,m}",
"Categories/*.{h,m}"
],
"resources": "Resources/*.{xib}",
"requires_arc": true
}