blob: 84fe5b32f3a394f4cdaa88ac42043d06076b06cb [file] [log] [blame]
{
"name": "ICECollectionViewLayout",
"version": "1.0.1",
"summary": "自定义 colelctionview 布局",
"description": "TODO: 自定义 collectionView layout 的集合",
"homepage": "https://github.com/My-Pod/ICECollectionViewLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumengxiao": "rare_ice@163.com"
},
"source": {
"git": "https://github.com/My-Pod/ICECollectionViewLayout.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*.{h,m}",
"subspecs": [
{
"name": "LableLayout",
"source_files": "Classes/LableLayout/*.{h,m}"
}
]
}