blob: 8484037070e567ec3d12c351c9c5887ff6d03512 [file] [log] [blame]
{
"name": "PSAlignmentLayout",
"version": "1.0.0",
"summary": "A subclass of UICollectionViewFlowLayout that layout UICollectionViewCell as float layout.",
"homepage": "https://github.com/PatShen/PSAlignmentLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"swx": "swxpat@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/PatShen/PSAlignmentLayout.git",
"tag": "1.0.0"
},
"source_files": "PSAlignmentLayout/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}