blob: e46427a984ab1e1a7455261a4bff6705135f1ee0 [file] [log] [blame]
{
"name": "UICollectionViewFlexLayout",
"version": "1.2.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.2.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "UIKit",
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
}
}