blob: 8459046bc964a05fb43875d945baaae594cea991 [file] [log] [blame]
{
"name": "FYBannerView",
"version": "1.2.0",
"summary": "使用UICollectionView实现的swift轮播图FYBannerView, 留给开发者扩展很强",
"description": "  使用CollectionView制作的轮播图, 已更新到swift4.0\n1. 带有动画效果的pageControl,可自定义pageControl元素之间的间距/大小/位置\n2. 可自定义文字标题的字体大小/颜色/内边距\n3. 有两种风格的文字标题遮罩背景(渐变色背景/半透明背景)\n4. 文字轮播\n5. 动态改变数据源,可以实时更新轮播图显示内容",
"homepage": "https://github.com/wufeiyue/FYBannerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eppeo": "ieppeo@163.com"
},
"source": {
"git": "https://github.com/wufeiyue/FYBannerView.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "FYBannerView/Classes/**/*",
"dependencies": {
"Kingfisher": [
]
}
}