blob: b8abbe989e92a81e444d0ecb9fbfac03a0d0c83f [file] [log] [blame]
{
"name": "SlidingNumberView",
"version": "0.0.5",
"summary": "SlidingNumberView is a custom view that will count from an initial number to a final number with sliding animation",
"description": "SlidingNumberView enables numbers to change like the hand tally counter (most relevant example). It changes from a starting number to a final number with sliding animation. Currently, it supports numbers up to 11 Digits",
"homepage": "https://github.com/bupstan/SlidingNumberView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bupstan": "bupstan.dev@gmail.com"
},
"source": {
"git": "https://github.com/bupstan/SlidingNumberView.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source_files": "SlidingNumberView/Classes/**/*",
"swift_version": "4.2"
}