blob: f1e6a4e07ce2eca142e22c0b6f0e45fb75ea6d64 [file] [log] [blame]
{
"name": "ValueAnimator",
"version": "0.6.3",
"summary": "Value Animation in Swift",
"description": "ValueAnimator makes value transition in specific duration with various easing utils.",
"homepage": "https://github.com/brownsoo/ValueAnimator",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"brownsoo": "hansune@me.com"
},
"social_media_url": "http://twitter.com/hansoolabs",
"source": {
"git": "https://github.com/brownsoo/ValueAnimator.git",
"tag": "0.6.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "ValueAnimator/**/*.swift",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"swift_version": "5.0"
}