blob: 2061706ae341fd3041db2ff5d570797804692b08 [file] [log] [blame]
{
"name": "ScrollFlowLabel",
"version": "1.0.0",
"summary": "Display long text on UILabel while scrolling automatically.",
"homepage": "https://github.com/nnsnodnb/ScrollFlowLabel",
"swift_versions": "5.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nnsnodnb": "nnsnodnb@gmail.com"
},
"social_media_url": "https://twitter.com/nnsnodnb",
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"source": {
"git": "https://github.com/nnsnodnb/ScrollFlowLabel.git",
"tag": "1.0.0"
},
"source_files": [
"ScrollFlowLabel",
"ScrollFlowLabel/*.{h,swift}"
],
"public_header_files": "ScrollFlowLabel/ScrollFlowLabel.h",
"swift_version": "5.0.1"
}