blob: d241cbf4e29f14284d09835e257d0b4f2b0d513a [file] [log] [blame]
{
"name": "MKTween",
"version": "2.0",
"license": "MIT",
"summary": "Very simple and lightweight tween framework in Swift 3.0",
"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": "2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MKTween/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}