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