[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 6 / c / ICycleView / 1.0.1 / ICycleView.podspec.json
blobadff38bbb7abbfc93f07ccf14fa7afd30ce3ba1c
2   "name": "ICycleView",
3   "version": "1.0.1",
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.1"
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   }