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