blob: 1069c4198f436a6761f915bc5c210cdbcef7a4bc [file] [log] [blame]
{
"name": "UICollectionViewFlexLayout",
"version": "1.1.0",
"summary": "A drop-in replacement for UICollectionViewFlowLayout",
"homepage": "https://github.com/devxoul/UICollectionViewFlexLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/UICollectionViewFlexLayout.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
}
}