blob: 7d06deea9c7948eadb12830105c96b44cd879cd0 [file] [log] [blame]
{
"name": "MKTween",
"version": "1.0.0",
"license": "MIT",
"summary": "Very simple and lightweight tween framework in Swift 2.1.",
"description": "No objects/views bindings for a more flexible use. Uses CADisplayLink or NSTimer with time interval parameters.",
"homepage": "https://github.com/kmalkic/MKTween",
"authors": {
"Kevin Malkic": "k_malkic@yahoo.fr"
},
"source": {
"git": "https://github.com/kmalkic/MKTween.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MKTween/*.swift",
"requires_arc": true
}