blob: 3090f2e953ce0272f5e99ab61e17b527ad9992d9 [file] [log] [blame]
{
"name": "FYSliderView",
"version": "1.0.5",
"summary": "使用UICollectionView实现的swift轮播图FYSliderView",
"description": "带有动画效果的pageControl,可自定义pageControl元素之间的间距/大小/位置\n可自定义文字标题的字体大小/颜色/内边距\n有两种风格的文字标题遮罩背景(渐变色背景/半透明背景)",
"homepage": "http://www.wufeiyue.com",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Angelo": "ieppeo@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/eppeo/FYSliderView.git",
"tag": "1.0.5"
},
"source_files": [
"Classes",
"Classes/*"
],
"dependencies": {
"Kingfisher": [
"~> 2.6.0"
]
}
}