| { |
| "name": "CMSteppedProgressBar", |
| "version": "0.1.0", |
| "summary": "CMSteppedProgressBar is like a progress bar but with dots to show steps, like for a formular", |
| "description": " It's quite customizable for the line height, dots height and widht, the colors etc...\n There is also a delegate to know when someone click on a dot, for example to return to an old step\n", |
| "homepage": "https://github.com/Mycose/CMSteppedProgressBar", |
| "license": "MIT", |
| "authors": { |
| "Mycose": "morissard@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Mycose/CMSteppedProgressBar.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*" |
| } |