[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / c / ICycleView / 1.0.0 / ICycleView.podspec.json
blobd856c150a0a4854bda10ad8019d3f30cbe92156c
2   "name": "ICycleView",
3   "version": "1.0.0",
4   "summary": "用UICollectionView实现的轮播图,支持单张图片、自定义cell等",
5   "homepage": "https://github.com/ixialuo/ICycleView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ixialuo": "ixialuo@gmail.com"
12   },
13   "social_media_url": "https://ixialuo.com",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ixialuo/ICycleView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Sources/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "Kingfisher": [
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.0"
30   }