blob: 3c19c8498cc5eede35adb54eac0432ef8fcb8afc [file] [log] [blame]
{
"name": "TOValueTransition",
"version": "1.0.1",
"summary": "Easy timebased interpolation between two values. Including easings.",
"description": "TOValueTransition is a small and easy to use collection of classes for simple floating value \"animations\". Use this library for time based interpolations between two values.",
"homepage": "https://github.com/toastedtoast/TOValueTransition",
"license": {
"type": "MIT"
},
"authors": {
"Marco Köppel": "marco.koeppel@googlemail.com"
},
"source": {
"git": "https://github.com/toastedtoast/TOValueTransition.git",
"tag": "1.0.1"
},
"source_files": "TOValueTransition/**",
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}