[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / d / a / CWCarouselView / 1.0.2 / CWCarouselView.podspec.json
blob97d497dc734502e4a65d569969c1ec2e8f6cb8ca
2   "name": "CWCarouselView",
3   "version": "1.0.2",
4   "summary": "功能强大的无限轮播器控件,可无限滚动,可自定义点击事件和滚动方向",
5   "description": "这是一个利用3个ImageView实现的图片轮播器,可以实现图片的无限滚动轮播。同时支持本地图片和网络图片,可自定义点击事件、滚动方向等,仅需一行代码即可集成使用",
6   "homepage": "https://github.com/CoulsonWang/CWCarouselView",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Coulson_Wang": "wangyuanyi1993@126.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/CoulsonWang/CWCarouselView.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "CWCarouselView/CWCarouselView/CWCarouselView/*",
19   "requires_arc": true,
20   "dependencies": {
21     "SDWebImage": [
22       "~> 4.0.0"
23     ]
24   }