[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 5 / d / HQCycleScrollView / 0.0.2 / HQCycleScrollView.podspec.json
blob6cd5c6dd1c9dd0afa0a265daa36a9f2a67fdfcf3
2   "name": "HQCycleScrollView",
3   "version": "0.0.2",
4   "summary": "iOS 图片轮播器",
5   "description": "图片轮播器, 支持本地图片和网络图片",
6   "homepage": "https://github.com/Vesincc/HQCycleScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hq": "1464467970@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Vesincc/HQCycleScrollView.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "Classes",
23     "HQCycleScrollView/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true,
27   "dependencies": {
28     "SDWebImage": [
29       "~> 4.1.0"
30     ]
31   }