[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 0 / 8 / WBCycleScrollView / 0.5.0 / WBCycleScrollView.podspec.json
blob20278f6315dd8a55cdb917e32c4fb2cf562f203a
2   "name": "WBCycleScrollView",
3   "version": "0.5.0",
4   "summary": "图片无限轮播视图,支持cell自定义大小,间距",
5   "homepage": "https://github.com/wenmobo/WBCycleScrollView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wenmobo": "wenmobo2018@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/wenmobo/WBCycleScrollView.git",
15     "tag": "0.5.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "WBCycleScrollView/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "SDWebImage": [
25       ">= 5.0.0"
26     ]
27   }