blob: 7a132a4d7ca37dbdd96ab6e2bc79b362a3c1134c [file] [log] [blame]
{
"name": "SquareFlowLayout",
"version": "0.0.1",
"summary": "A lightweight implementation of Instagram like UICollectionViewFlowLayout",
"description": "Making more easy to implement dynamic flow layout similar for Instragram explore screen",
"homepage": "https://github.com/ChernyshenkoTaras/SquareFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Taras Chernyshenko": "taras.chernyshenko@gmail.com"
},
"source": {
"git": "https://github.com/ChernyshenkoTaras/SquareFlowLayout.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/@t_chernyshenko",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "SquareFlowLayout/Source/Classes/**/*"
}