blob: 3289cf78af0bc74df2d9faa256746e9e1416dcbd [file] [log] [blame]
{
"name": "EFAutoScrollLabel",
"version": "1.0.1",
"summary": "A label which can scroll when text length beyond the width of label.",
"description": "A label which can scroll when text length beyond the width of label, in Swift.",
"homepage": "https://github.com/EyreFree/EFAutoScrollLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EyreFree/EFAutoScrollLabel.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EFAutoScrollLabel/Classes/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "3.0"
}