blob: eff107bfc0c42759bdebe87e61aef4b670ebf48a [file] [log] [blame]
{
"name": "Seek",
"platforms": {
"ios": "8.0"
},
"version": "3.1.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": "3.1.0"
},
"source_files": "Source/*.swift"
}