| { | |
| "name": "DPMeterView", | |
| "version": "1.0.1", | |
| "license": "MIT", | |
| "summary": "Display gauge-style meter views in an intuitive way with smooth animations.", | |
| "homepage": "https://github.com/dulaccc/DPMeterView", | |
| "authors": { | |
| "Pierre Dulac": "pierre@dulaccc.me" | |
| }, | |
| "source": { | |
| "git": "https://github.com/dulaccc/DPMeterView.git", | |
| "tag": "1.0.1" | |
| }, | |
| "source_files": "DPMeterView", | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "frameworks": [ | |
| "QuartzCore", | |
| "CoreMotion" | |
| ] | |
| } |