blob: 414062369da2fe039eff34ec1deba97c333f4ade [file] [log] [blame]
{
"name": "CountableLabel",
"swift_version": "4.2",
"version": "0.1.1",
"summary": "A subclass of UILabel that provides the ablity to animate how the text is animated.",
"description": "This CocoaPod provides the ability to use a `UILabel` that may be animated with one of four different effect, the pushUp style which will make it seem as though the label is getting updated from bottom to top, the pushDown style which will make it seem as though the label is getting update from top to bottom; last but not least the fade style which will animate the label by using a fading animation.",
"homepage": "https://github.com/stockx/CountableLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andrewfoghel": "andrewfoghel@gmail.com"
},
"source": {
"git": "https://github.com/stockx/CountableLabel.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CountableLabel/Classes/**/*"
}