blob: 2373e76a0f0fd7a08b740e95cd3ab5f14f84c285 [file] [log] [blame]
{
"name": "TJCollectionViewColumnFlowLayout",
"version": "0.1",
"summary": "A layout that flows sections horizontally, going to the next column if section reaches the bottom of the collection view",
"homepage": "https://github.com/thomasjoulin/TJCollectionViewColumnFlowLayout",
"screenshots": [
"https://raw.githubusercontent.com/thomasjoulin/TJCollectionViewColumnFlowLayout/master/Screenshots/portrait.png",
"https://raw.githubusercontent.com/thomasjoulin/TJCollectionViewColumnFlowLayout/master/Screenshots/landscape.png"
],
"license": "MIT",
"authors": {
"Thomas Joulin": "thomas@joulin.eu"
},
"source": {
"git": "https://github.com/thomasjoulin/TJCollectionViewColumnFlowLayout.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}