blob: 021e3e0645a17032056cda524299f9542ac80673 [file] [log] [blame]
{
"name": "MKTween",
"version": "2.3",
"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"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "MKTween/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}