[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / c / ZWHTMLImage / 0.0.3 / ZWHTMLImage.podspec.json
blob15004361d2bed4960ab198e77c0df35806ff1d73
2   "name": "ZWHTMLImage",
3   "version": "0.0.3",
4   "summary": "iOS快速实现对WEB网页、HTML的native图片预览功能。两行代码调用、同时支持UIWebView与WKWebView。支持懒加载(滚动加载)类型HTML网页",
5   "homepage": "https://github.com/wangziwu/ZWHTMLImage",
6   "license": "MIT",
7   "authors": {
8     "wangziwu": "wang_ziwu@126.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/wangziwu/ZWHTMLImage.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "ZWHTMLImage/*.{h,m}",
18   "resources": "ZWHTMLImage/*.{png,xib,nib,bundle}",
19   "requires_arc": true,
20   "dependencies": {
21     "ZWPhotoPreview": [
22       "~> 0.2.1"
23     ]
24   }