blob: 4078e7a1b506c7c1fdbf9ac9c5f94195c86121b9 [file] [log] [blame]
{
"name": "Cheetah",
"version": "0.3.0",
"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.3.0"
},
"source_files": [
"Classes",
"Cheetah/*.swift"
]
}