blob: a5c832c9b0d90d05ced8fa3a4e32485bd2d016e8 [file] [log] [blame]
{
"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"
]
}