[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 6 / 8 / ZLLCycleScrollView / 1.0.2 / ZLLCycleScrollView.podspec.json
blobea0dfd3ac480fc74a8186c6d940dcb4c0d4a14f6
2   "name": "ZLLCycleScrollView",
3   "version": "1.0.2",
4   "summary": "A cycle images lib for iOS base on ScrollView.",
5   "description": "A cycle images lib for iOS base on ScrollView. BY LingliZ",
6   "homepage": "https://github.com/LingliZ/ZLLCycleScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LingliZ": "13161995375@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LingliZ/ZLLCycleScrollView.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "ZLLCycleScrollView/Classes/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
25       "~> 4.0.0"
26     ]
27   }