[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 1 / 7 / e / ZProgressView / 0.3.0 / ZProgressView.podspec.json
blob7a50fa2976a77e5ab64228b988e680ccce1adc66
2   "name": "ZProgressView",
3   "version": "0.3.0",
4   "summary": "A simple UIView-based progress view with the ability to add stops.",
5   "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",
6   "homepage": "https://github.com/zodio/ZProgressView",
7   "license": "MIT",
8   "authors": {
9     "Jai Govindani": "govindani@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zodio/ZProgressView.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/govindani",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*.{h,m}",
21   "ios": {
22     "exclude_files": "Classes/osx"
23   },
24   "osx": {
25     "exclude_files": "Classes/ios"
26   }