blob: 0115a4fd11f647cab065fdcd83a85725acdd0548 [file] [log] [blame]
{
"name": "UICollectionViewExt",
"version": "1.0.2",
"summary": "CollectionView 左对齐、瀑布流、分页滚动",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ClaudeLi/UICollectionViewExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ClaudeLi": "claudeli@yeah.net"
},
"source": {
"git": "https://github.com/ClaudeLi/UICollectionViewExt.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "UICollectionViewLeftAlignLayout",
"source_files": "UICollectionViewExt/UICollectionViewLeftAlignLayout/**/*"
},
{
"name": "UICollectionViewWaterfallLayout",
"source_files": "UICollectionViewExt/UICollectionViewWaterfallLayout/**/*"
},
{
"name": "PagingEnabled",
"source_files": "UICollectionViewExt/PagingEnabled/**/*"
}
]
}