blob: ddef08ad568fa3bc8d93ea26442c12b7a59bbc8e [file] [log] [blame]
{
"name": "MKTween",
"version": "2.3.1",
"license": "MIT",
"summary": "Very simple and lightweight tween framework in Swift 4.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.3.1"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "MKTween/*.swift",
"requires_arc": true
}