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