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