blob: a2b0cc4d51135dd9c35209510cc7dc100b43d31d [file] [log] [blame]
{
"name": "QuickTicker",
"version": "0.1.4",
"summary": "A Swift library for animating labels and text fields",
"description": "A simple library to animate labels and textfields using similar syntax to UIView's animate methhods.\n\nIt works even if there is text mixed in with numbers in the same label. Text remains intact while the digits get animated!",
"homepage": "https://github.com/almaleh/Quick-Ticker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BesherAlMaleh": "almalehdev@gmail.com"
},
"source": {
"git": "https://github.com/AlMaleh/Quick-Ticker.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/BesherMaleh",
"platforms": {
"ios": "8.0"
},
"source_files": "QuickTicker/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4.2"
}