blob: 69cc5efee250dede9a07cc1006ab58f07ec6d755 [file] [log] [blame]
{
"name": "Seek",
"platforms": {
"ios": "11.0"
},
"version": "4.0.0",
"license": "MIT",
"homepage": "https://github.com/levieggert/Seek",
"authors": {
"levieggert": "levi.eggert@gmail.com"
},
"summary": "A simple UIView animation framework.",
"description": "This framework makes it easy to animate UIView's based on percentage values. For example, an animation is defined with a beginning and end values and then can be animated anywhere between those values by passing a float between 0 and 1.",
"source": {
"git": "https://github.com/levieggert/Seek.git",
"tag": "4.0.0"
},
"source_files": "Source/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}