| { |
| "name": "MMCounterView", |
| "version": "0.6.1", |
| "summary": "A 'high score'-style counting view that animates between different displayed integers.", |
| "homepage": "https://github.com/mmccroskey/MMCounterView", |
| "license": { |
| "type": "Creative Commons Attribution-NonCommercial-ShareAlike", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "mmccroskey": "matthew.mccroskey@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/mmccroskey/MMCounterView.git", |
| "tag": "0.6.1" |
| }, |
| "platforms": { |
| "ios": "5.1" |
| }, |
| "source_files": "Component", |
| "frameworks": [ |
| "CoreGraphics", |
| "Foundation", |
| "QuartzCore", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "CPAnimationSequence": [ |
| |
| ] |
| } |
| } |