blob: 551446d230936ce71941b5addc697bfd5900588f [file] [log] [blame]
{
"name": "ZProgressView",
"version": "0.3.1",
"summary": "A simple UIView-based progress view with the ability to add stops.",
"description": "\t\t\t\t\t A simple UIView-based progress view with the ability to add stops.\n\n\t\t\t\t\t I created this progress view for the [Zodio iPhone app](http://i.zodio.com) - when we added video reviews, I needed a way to indicate the minimum recording duration needed - the ability to add a 'stop' basically that visually represented milestones/markers on the progress view.\n\n\t\t\t\t\t Stops can be added and removed dynamically after the progress view has been init'ed. Here's what it looks like:\n\n\t\t\t\t\t ![screenshot-1](https://github.com/zodio/ZProgressView/Screenshots/ZProgressView-screenshot1.png)\n",
"homepage": "https://github.com/zodio/ZProgressView",
"license": "MIT",
"authors": {
"Jai Govindani": "govindani@gmail.com"
},
"source": {
"git": "https://github.com/zodio/ZProgressView.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/govindani",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}