blob: 121256d64aff8ab792a7c5ca22231af4a4c79084 [file] [log] [blame]
{
"name": "UICollectionViewExt",
"version": "0.1.1",
"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": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "UICollectionViewLeftAlignLayout",
"source_files": "UICollectionViewExt/UICollectionViewLeftAlignLayout/**/*"
},
{
"name": "UICollectionViewWaterfallLayout",
"source_files": "UICollectionViewExt/UICollectionViewWaterfallLayout/**/*"
},
{
"name": "PagingEnabled",
"source_files": "UICollectionViewExt/PagingEnabled/**/*"
}
]
}