[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / 0 / 6 / 8 / ZLLCycleScrollView / 1.0.0 / ZLLCycleScrollView.podspec.json
blob14e541b16e472d7e9b896d0b679ca32d8fdb7f83
2   "name": "ZLLCycleScrollView",
3   "version": "1.0.0",
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.0"
20   },
21   "source_files": "ZLLCycleScrollView/Classes/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
25       "~> 4.0.0"
26     ]
27   }