[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 8 / d / a / CWCarouselView / 1.0.3 / CWCarouselView.podspec.json
bloba7b9d15e4f12db395b6cd7593999f18d46a59f0b
2   "name": "CWCarouselView",
3   "version": "1.0.3",
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.3"
17   },
18   "source_files": "CWCarouselView/CWCarouselView/CWCarouselView/*",
19   "requires_arc": true,
20   "dependencies": {
21     "SDWebImage": [
22       "~> 4.0.0"
23     ]
24   }