blob: e8423e939542d224e6b783e0d1275377a8eb11bd [file] [log] [blame]
{
"name": "AddableCountdown",
"version": "0.1.1",
"summary": "Class that can trigger a callback after a addable amount of time.",
"description": "An addable countdownn that triggers a callback after amount of time. It is also pausable, resumable, and stopable",
"homepage": "https://github.com/imiMoisesEducation/AddableCountdown-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"imiMoisesEducation": "imimoises@zoho.com"
},
"source": {
"git": "https://github.com/imiMoisesEducation/AddableCountdown-swift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "AddableCountdown/Classes/**/*"
}