[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / d / ZQCycleView / 0.1.0 / ZQCycleView.podspec.json
blobaacd42d74abbe10ac8e26b985b4a9e6e1884a15b
2   "name": "ZQCycleView",
3   "version": "0.1.0",
4   "summary": "椭圆形的轮播图",
5   "description": "封装了轮播图和view的分类,将传入的图片url动态展示,可一行代码初始化并使用,设置代理可以回调点击事件",
6   "homepage": "https://github.com/aaazq/ZQCycleView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "13525505765@163.com": "13525505765@163.com"
13   },
14   "source": {
15     "git": "https://github.com/aaazq/ZQCycleView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZQCycleView/Classes/**/*",
22   "resource_bundles": {
23     "ZQCycleView": [
24       "ZQCycleView/Assets/*"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SDWebImage": [
31     ]
32   }