blob: 38e9d4a1cd78a849a5183c5aec0f8e311b945f62 [file] [log] [blame]
{
"name": "SlidingNumberView",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source_files": "SlidingNumberView/Classes/**/*",
"swift_version": "4.2"
}