blob: 8f1ad5553d95bf48d9d5b402ee55cab932e4a852 [file] [log] [blame]
{
"name": "NHAlignmentFlowLayout",
"version": "0.1.0",
"summary": "A UIFlowLayout sublass that allows you to set the alignment instead of being only justified.",
"description": " UIFlowLayout defaults to a justified layout with no way to change this behavior. NHAlignmentFLowLayout comes\n to fill this need allowing you to set the alignment to left or right (in a vertical scrolling layout) and top or bottom\n (in a horizontal scrolling layout).\n",
"homepage": "http://github.com/nilsou/NHAlignmentFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nils Hayat": "nilsou@gmail.com"
},
"source": {
"git": "https://github.com/nilsou/NHAlignmentFlowLayout.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NHAlignmentFlowLayout/*.{h,m}",
"requires_arc": false
}