blob: 65dae7f40e3ed41ba0f5692ac3f5a37fe5bd31fe [file] [log] [blame]
{
"name": "AXCollectionViewFlowLayout",
"version": "1.0.0",
"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.0"
},
"source_files": "AXCollectionViewFlowLayout/AXCollectionViewFlowLayout/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}