blob: b9af665dbaf7f412398f8f0387e18f169770bd3c [file] [log] [blame]
{
"name": "SlidingNumberView",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "SlidingNumberView/Classes/**/*",
"swift_version": "5.0"
}