blob: d7dfafa70fde1f03c16d33ba2538e40dcc5f21d9 [file] [log] [blame]
{
"name": "KKProgressToolbar",
"module_name": "KKProgressToolbar",
"version": "3.0.2",
"summary": "KKProgressToolbar is an iOS drop-in class that displays a translucent UIToolbar with a progress indicator",
"homepage": "https://github.com/aporat/KKProgressToolbar",
"license": "MIT",
"authors": {
"Adar Porat": "http://github.com/aporat"
},
"platforms": {
"ios": "12.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/aporat/KKProgressToolbar.git",
"tag": "3.0.2"
},
"source_files": "KKProgressToolbar/*.{swift}",
"swift_versions": "5.2",
"dependencies": {
"GTProgressBar": [
"~> 0.3"
],
"SnapKit": [
"~> 5.0"
]
},
"swift_version": "5.2"
}