blob: 9b03eb402063d62f66886b35fe73374f36b4ecfe [file] [log] [blame]
{
"name": "BDInfiniteLabel",
"version": "0.10.0",
"summary": "One-line label control that allows user to easily scroll long NSAttributedString. Something UILabel doesn't do.'",
"description": " One-line label control that allows user to easily scroll long NSAttributedString.\nSomething UILabel doesn't do.\n * Great for fitting long text in a tight one-line space\n * User can scroll, well, page through long text. See demo.\n * No support for multiple-line text\n",
"homepage": "https://github.com/norsez/BDInfiniteLabel",
"license": "MIT",
"authors": {
"Norsez Orankijanan": "norsez@gmail.com"
},
"source": {
"git": "https://github.com/norsez/BDInfiniteLabel.git",
"tag": "0.10.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BDInfiniteLabel": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}