blob: d317ccdc8aa56bfd353df5daa76ca66382cd1a7b [file] [log] [blame]
{
"name": "BDInfiniteLabel",
"version": "0.1.0",
"summary": "One-line label control that allows user to easily scroll long NSAttributedString.",
"description": " One-line label control that allows user to easily scroll long NSAttributedString.\n\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.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BDInfiniteLabel": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}