blob: aba50f634874552744759ac5b16cf919ee04c141 [file] [log] [blame]
{
"name": "CWCarouselView",
"version": "1.0.1",
"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.1"
},
"source_files": "CWCarouselView/CWCarouselView/CWCarouselView/*",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.0.0"
]
}
}