[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 5 / d / HQCycleScrollView / 0.0.3 / HQCycleScrollView.podspec.json
blobb4ee05f282de3bf858dea7504b19bb99b03c1818
2   "name": "HQCycleScrollView",
3   "version": "0.0.3",
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.3"
20   },
21   "source_files": [
22     "Classes",
23     "HQCycleScrollView/HQCycleScrollView/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true,
27   "dependencies": {
28     "SDWebImage": [
29       "~> 4.1.0"
30     ]
31   }