blob: 9f2bc89899510c1b6f626d33b2915a8842020842 [file] [log] [blame]
{
"name": "AKLabel",
"version": "1.0",
"summary": "AKLabel is a simple implementation that uses CADisplayLink to animate the text within the given time duration.",
"description": "AKLabel is a simple implementation that uses CADisplayLink to animate the text within the given time duration. It takes text to animate along with the duration which is in seconds and animated the text over the given duration.",
"homepage": "https://github.com/akshaysyaduvanshi/AKLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"akshaysyaduvanshi": "\"akshaysyaduvanshi@gmail.com\""
},
"source": {
"git": "https://github.com/akshaysyaduvanshi/AKLabel.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/iamakshayyadu",
"platforms": {
"ios": "8.0"
},
"source_files": "AKLabel/Classes/**/*",
"pushed_with_swift_version": "4.0"
}