blob: b731e57ba429f6b6875f25bb215f22a31fd2960b [file] [log] [blame]
{
"name": "ERJustifiedFlowLayout",
"version": "1.0",
"summary": "A subclass of UICollectionViewFlowLayout for iOS.",
"description": " Supports horizontal cell justification (left, full, right) and absolute inter-cell spacing.\"\n",
"homepage": "https://github.com/eroth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Roth": "evanroth@me.com"
},
"source": {
"git": "https://github.com/eroth/ERJustifiedFlowLayout.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ERJustifiedFlowLayout": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}