blob: ab8edd6abc7b292affd46c5c9e0dafeb19257b37 [file] [log] [blame]
{
"name": "BFRadialWaveHUD",
"version": "1.5.4",
"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.5.4"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"UIColor+BFPaperColors": [
],
"BFRadialWaveView": [
"~> 1.4.6"
]
},
"source_files": [
"Classes/*.{h,m}",
"Categories/*.{h,m}"
],
"resources": "Resources/*.{xib}",
"requires_arc": true
}