blob: 8ffbdd8d95c3aeedd1437848977d83b715785ba9 [file] [log] [blame]
{
"name": "Progress",
"version": "2.1",
"summary": "A iOS progress indicator management tool",
"description": "Apart from using any kind of ProgresHUDs, which capture the whole screen and lock the user interaction, Progress provides a more precise and elegant progress indicator. Progress allows you to add any number/kind of progressor view into each view with only one line of code. The progressor views can be an arbitrary combination of built-in/custom ones. Progress helps you provide a fluent user experience in your iOS application.",
"homepage": "https://github.com/popodidi/Progress",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popodidi": "changhao@haostudio.cc"
},
"source": {
"git": "https://github.com/popodidi/Progress.git",
"tag": "2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Progress/Classes/**/*",
"pushed_with_swift_version": "3.1"
}