[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / b / ZYInfiniteLoopView / 1.0.4 / ZYInfiniteLoopView.podspec.json
blob898dce9e5b8588c165f79f69c843b00f06fdf6d2
2   "name": "ZYInfiniteLoopView",
3   "version": "1.0.4",
4   "summary": "ZYInfiniteLoopView 轮播图组件, 在YYInfiniteLoopView基础上进行修改的, 增加支持显示本地图像.",
5   "description": "ZYInfiniteLoopView Language: Objective-C. 轮播图组件, 支持显示网络、本地图像, 使用CollectionView实现, 使用Delegate/Block回调点击事件.",
6   "homepage": "https://github.com/zengyuios/ZYInfiniteLoopView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zy": "958255130@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zengyuios/ZYInfiniteLoopView.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "ZYInfiniteLoopView",
23     "ZYInfiniteLoopView/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "dependencies": {
27     "SDWebImage": [
29     ]
30   }