blob: f264fd8f4907441086d65998d9484b03327f56d0 [file] [log] [blame]
{
"name": "Progress",
"version": "2.1.1",
"summary": "A iOS progress indicator management tool",
"description": "Apart from any kinds of ProgresHUDs that 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/kinds of progressor views into each view with only one line of code. The progress indicator can be an arbitrary combination of built-in/custom progressors. 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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Progress/Classes/**/*",
"pushed_with_swift_version": "3.1"
}