blob: 85c9c2f15429e9390bd3e8e71943da26b36d4be9 [file] [log] [blame]
{
"name": "UICollectionViewTopAlignedLayout",
"version": "1.0",
"summary": "A layout for UICollectionView that aligns the cells to the top.",
"homepage": "https://github.com/heroims/UICollectionViewTopAlignedLayout",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"heroims": "heroims@163.com"
},
"source": {
"git": "https://github.com/heroims/UICollectionViewTopAlignedLayout.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "UICollectionViewTopAlignedLayout/*.{h,m}",
"requires_arc": true
}