blob: 3690e89c89640ad80a715c3e6926d33333a39e95 [file] [log] [blame]
{
"name": "TwoDirectionalCollectionViewLayout",
"version": "0.0.1",
"summary": "UICollectionViewLayout with horizontal and vertical scrolling.",
"description": "Simple UICollectionViewLayout with horizontal and vertical scrolling directions. Like a table.",
"homepage": "https://github.com/t0rn/DemoTwoDirectionalCollectionViewLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexey Ivanov": "aleksey.ivanov1@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/t0rn/DemoTwoDirectionalCollectionViewLayout.git",
"tag": "0.0.1"
},
"source_files": "TwoDirectionalCollectionViewLayout/*.swift"
}