[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / b / d / FYCycleScrollView / 1.0.0 / FYCycleScrollView.podspec.json
blobe1b39ee981095eaa21953dd3c86f83c215b979e3
2   "name": "FYCycleScrollView",
3   "version": "1.0.0",
4   "summary": "A smiple cycle scroll view",
5   "description": "一个简单的无限循环轮播视图",
6   "homepage": "https://github.com/SingleSun/FYCycleScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanyangyang": "1050549505@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/SingleSun/FYCycleScrollView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "FYCycleScrollviewExample/FYCycleScrollView/*.{h,m}",
22   "dependencies": {
23     "SDWebImage": [
24       "~> 5.0.6"
25     ]
26   }