[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 0 / b / c / ZWHTMLImage / 0.0.1 / ZWHTMLImage.podspec.json
blob88e0e363db9764b14f5b77c9c49fd893324443ee
2   "name": "ZWHTMLImage",
3   "version": "0.0.1",
4   "summary": "快速实现webview中网页图片原生预览",
5   "homepage": "https://github.com/wangziwu/ZWHTMLImage",
6   "license": "MIT",
7   "authors": {
8     "wangziwu": "wang_ziwu@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/wangziwu/ZWHTMLImage.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "ZWHTMLImage/*.{h,m}",
18   "resources": "ZWHTMLImage/*.{png,xib,nib,bundle}",
19   "requires_arc": true,
20   "dependencies": {
21     "ZWPreviewImage": [
22       "~> 0.0.1"
23     ]
24   }