blob: f9e0bbecf74d496f66c2fa711e4229129f3bed46 [file] [log] [blame]
{
"name": "Seek",
"platforms": {
"ios": "8.0"
},
"version": "1.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": "1.0.0"
},
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}