[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 6 / f / 8 / SDCycleScrollView / 1.64 / SDCycleScrollView.podspec.json
blob13a3b683e5b4bab3d77b779db71dc4c0e6a299d0
2   "name": "SDCycleScrollView",
3   "version": "1.64",
4   "summary": "简单易用的图片无限轮播器. 1.64版本修复内容:修复自定义图片的pagecontrol刷新图片数据时崩溃bug;设置单张图片时停止轮播;修复手动拖动图片时didScrollToIndex:代理方法返回index不准确问题",
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.64"
16   },
17   "source_files": "SDCycleScrollView/Lib/SDCycleScrollView/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "SDWebImage": [
21       "~> 3.7"
22     ]
23   }