blob: 46addd5ef7647c14d6612b644be9561f69c5462e [file] [log] [blame]
{
"name": "KKProgressToolbar",
"module_name": "KKProgressToolbar",
"version": "3.0.0",
"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.0"
},
"source_files": "KKProgressToolbar/*.{swift}",
"swift_versions": "5.0",
"dependencies": {
"GTProgressBar": [
],
"SnapKit": [
]
},
"swift_version": "5.0"
}