blob: 1e383746b3282a9eae91c6f73b6c7440df244e1d [file] [log] [blame]
{
"name": "BBCyclingLabel",
"version": "1.0.0",
"summary": "BBCyclingLabel is just like a UILabel but allows you to perform custom animations when changing text.",
"homepage": "http://biasedbit.com",
"authors": {
"Brunodecarvalho": "bruno@biasedbit.com"
},
"license": {
"type": "Apache"
},
"source": {
"git": "https://github.com/qzs21/BBCyclingLabel.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "BBCyclingLabel/*.{h,m}"
}