[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / f / HRCycleView / 1.0.4 / HRCycleView.podspec.json
blob9a9b82f6f091ecb66186e0da4f6758762a6ca98e
2   "name": "HRCycleView",
3   "version": "1.0.4",
4   "summary": "用UICollectionView实现的轮播图,带进度条样式",
5   "homepage": "https://github.com/liuheng368/HRCycleView/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Henry": "lhappledev@163.com"
12   },
13   "social_media_url": "https://henry.beer",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/liuheng368/HRCycleView.git",
19     "tag": "1.0.4"
20   },
21   "source_files": "Sources",
22   "requires_arc": true,
23   "dependencies": {
24     "Kingfisher": [
26     ]
27   },
28   "pod_target_xcconfig": {
29     "swift_versions": "4.2"
30   }