[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / f / 8 / SDCycleScrollView / 1.61 / SDCycleScrollView.podspec.json
blob0760b3ff2b54ebe889c5108f47b9c30651f4c551
2   "name": "SDCycleScrollView",
3   "version": "1.61",
4   "summary": "简单易用的图片无限轮播器.1.6版本升级内容:0.图片管理使用SDWebImage;1.优化内存,提升性能;2.添加图片contentmode接口;3.block监听点击接口;4.滚动到某张图片监听;5.增加自定义图片pageControl接口;6.其他等等。",
5   "homepage": "https://github.com/gsdios/SDCycleScrollView",
6   "license": "MIT",
7   "authors": {
8     "GSD_iOS": "gsdios@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/gsdios/SDCycleScrollView.git",
15     "tag": "1.61"
16   },
17   "source_files": "SDCycleScrollView/Lib/SDCycleScrollView/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "SDWebImage": [
21       "~> 3.7"
22     ]
23   }