blob: 1471c8ee7d6d3b1e4716ca4bb97c698d2e85ad51 [file] [log] [blame]
{
"name": "AutoScrollLabel",
"version": "0.1",
"summary": "A marquee like scrolling UILabel, think iPod track title scrolling. Provides edge fading, speed adjustment, scroll direction, etc.",
"homepage": "https://github.com/cbess/AutoScrollLabel",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Christopher Bess": "cbess@quantumquinn.com"
},
"source": {
"git": "https://github.com/cbess/AutoScrollLabel.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"source_files": "CBAutoScrollLabel/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"screenshots": "https://github.com/cbess/AutoScrollLabel/raw/master/AutoScrollLabelDemo/screenshot.png"
}