blob: 5a6908eb3fd56e1fd39134d767defa7b4b0dff77 [file] [log] [blame]
{
"name": "Cheetah",
"version": "0.1.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.1.0"
},
"source_files": [
"Classes",
"Cheetah/*.swift"
]
}