blob: 9de1554e86bd707785faeee6a8db4925209ab48b [file] [log] [blame]
{
"name": "NumericAnimatedLabel",
"version": "0.1.0",
"summary": "Animate your label value while updating to new value. For e.g while setting currency amount for your wallet application.",
"description": "NumericAnimatedLabel provides a way to show step incremental animation for setting numeric value on label. This can be used in scenario for showing currency value and other similar usecases.",
"homepage": "https://github.com/javalnanda/NumericAnimatedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"javalnanda": "javalnanda@gmail.com"
},
"source": {
"git": "https://github.com/javalnanda/NumericAnimatedLabel.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/javalnanda",
"platforms": {
"ios": "9.0"
},
"source_files": "NumericAnimatedLabel/Classes/**/*",
"pushed_with_swift_version": "3.0"
}