blob: 3d54464173e474a811a8ca5f7af5bc62cfbb5403 [file] [log] [blame]
{
"name": "ALLabel",
"platforms": {
"ios": "6.0"
},
"version": "1.0.1",
"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": "1.0.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "ALLabel/*.{h,m}"
}