blob: 88e0e363db9764b14f5b77c9c49fd893324443ee [file] [log] [blame]
{
"name": "ZWHTMLImage",
"version": "0.0.1",
"summary": "快速实现webview中网页图片原生预览",
"homepage": "https://github.com/wangziwu/ZWHTMLImage",
"license": "MIT",
"authors": {
"wangziwu": "wang_ziwu@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wangziwu/ZWHTMLImage.git",
"tag": "0.0.1"
},
"source_files": "ZWHTMLImage/*.{h,m}",
"resources": "ZWHTMLImage/*.{png,xib,nib,bundle}",
"requires_arc": true,
"dependencies": {
"ZWPreviewImage": [
"~> 0.0.1"
]
}
}