blob: 6b024d26243654d58741fa6489c54e03def30367 [file] [log] [blame]
{
"name": "CountAnimationLabel",
"version": "1.0.0",
"summary": "Extension for UILabel which provides count animation.",
"homepage": "https://github.com/VladimirMilichenko/CountAnimationLabelSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladimir Milichenko": "kventvova@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/VladimirMilichenko/CountAnimationLabelSwift.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"CountAnimationLabel/*.swift"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}