blob: 7e6dd2a6b98fb3f2236681cf3b0b8b568f2f6ddf [file] [log] [blame]
{
"name": "AXCollectionViewBalancedFlowLayout",
"version": "1.0.0",
"summary": "A custom flow layout.",
"description": "A custom flow layout of UICollectionView.",
"homepage": "https://github.com/devedbox/AXCollectionViewBalancedFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devedbox": "devedbox@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXCollectionViewBalancedFlowLayout.git",
"tag": "1.0.0"
},
"source_files": "AXCollectionViewBalancedFlowLayout/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}