blob: bcb7a2d3bca2fcbd43e35a18338e2e04a290ab9d [file] [log] [blame]
{
"name": "MKTween",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MKTween/*.swift",
"requires_arc": true
}