| { | |
| "name": "Cheetah", | |
| "version": "0.4.1", | |
| "summary": "Easy animation library on iOS with Swift 2.0", | |
| "description": "Cheetah is an animation library which uses CADisplayLink to animate any properties.", | |
| "homepage": "https://github.com/suguru/Cheetah", | |
| "license": "MIT", | |
| "authors": { | |
| "Suguru Namura": "snamura@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0", | |
| "tvos": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/suguru/Cheetah.git", | |
| "tag": "0.4.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Cheetah/*.swift" | |
| ] | |
| } |