blob: a7b9d15e4f12db395b6cd7593999f18d46a59f0b [file] [log] [blame]
{
"name": "CWCarouselView",
"version": "1.0.3",
"summary": "功能强大的无限轮播器控件,可无限滚动,可自定义点击事件和滚动方向",
"description": "这是一个利用3个ImageView实现的图片轮播器,可以实现图片的无限滚动轮播。同时支持本地图片和网络图片,可自定义点击事件、滚动方向等,仅需一行代码即可集成使用",
"homepage": "https://github.com/CoulsonWang/CWCarouselView",
"license": "Apache License, Version 2.0",
"authors": {
"Coulson_Wang": "wangyuanyi1993@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoulsonWang/CWCarouselView.git",
"tag": "1.0.3"
},
"source_files": "CWCarouselView/CWCarouselView/CWCarouselView/*",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.0.0"
]
}
}