blob: c8bd680e7f20698ff2ffa49d3320d49051141fb5 [file] [log] [blame]
{
"name": "MultiColumnLayout",
"version": "0.1.0",
"summary": "The layout for collection view to support multicolumn view.",
"description": "This layout can be used on iPhone and iPad. It can also change the number of columns after the rotation to have more dynaic views.",
"homepage": "https://github.com/ibakurov/MultiColumnLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibakurov": "bakurov.illya@gmail.com"
},
"social_media_url": "http://twitter.com/ibakurov",
"source": {
"git": "https://github.com/ibakurov/MultiColumnLayout.git",
"tag": "0.1.0"
},
"source_files": "MultiColumnLayout/Classes/**/*.{swift}",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"frameworks": "UIKit"
}