blob: 417867470f08f5c67188a7eb3ed186fe57c40601 [file] [log] [blame]
{
"name": "KKProgressToolbar",
"version": "2.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": {
"type": "MIT"
},
"authors": {
"Adar Porat": "http://github.com/aporat"
},
"social_media_url": "http://twitter.com/aporat28",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aporat/KKProgressToolbar.git",
"tag": "2.0.0"
},
"source_files": [
"KKProgressToolbar/*.{h,m}"
]
}