blob: ff71ccfba7dece230758c2349815a73eedfd71b6 [file] [log] [blame]
{
"name": "ALLabel",
"platforms": {
"ios": "6.0"
},
"version": "2.0.0",
"summary": "Auto Layout (AL) Label fixes issues with adding a label to a UIScrollView. It's meant to be used as a component by other pods.",
"homepage": "https://github.com/JRG-Developer/ALLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua Greene": "jrg.developer@gmail.com"
},
"source": {
"git": "https://github.com/JRG-Developer/ALLabel.git",
"tag": "2.0.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "ALLabel/*.{h,m}"
}