blob: 1ee42a76b314239b78a9c9ae30eada3d39f44bdf [file] [log] [blame]
{
"name": "Cheetah",
"version": "0.1.2",
"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"
},
"source": {
"git": "https://github.com/suguru/Cheetah.git",
"tag": "0.1.2"
},
"source_files": [
"Classes",
"Cheetah/*.swift"
]
}