blob: 949f2418b327e39f07846ff8972b75549b8ed04f [file] [log] [blame]
{
"name": "ViewImageInWebView",
"version": "0.0.4",
"summary": "A view allow you browse big image in webView",
"description": "browse big image in webView, pod lib lint say I need lang lang land description",
"homepage": "https://github.com/SvenDai/ViewImageInWebView",
"license": "MIT",
"authors": {
"fdai": "fdai@ctrip.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SvenDai/ViewImageInWebView.git",
"tag": "0.0.4"
},
"source_files": "ViewImageInWebView/DFBrowseImageView/**/*.{h,m}",
"resources": "ViewImageInWebView/Assets.xcassets",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SDWebImage": [
"~>3.8.1"
]
}
}