[Add] YIM 2.2.1
[CocoaPods.git] / Specs / b / 2 / 4 / ViewImageInWebView / 0.0.4 / ViewImageInWebView.podspec.json
blob949f2418b327e39f07846ff8972b75549b8ed04f
2   "name": "ViewImageInWebView",
3   "version": "0.0.4",
4   "summary": "A view allow you browse big image in webView",
5   "description": "browse big image in webView, pod lib lint say I need lang lang land description",
6   "homepage": "https://github.com/SvenDai/ViewImageInWebView",
7   "license": "MIT",
8   "authors": {
9     "fdai": "fdai@ctrip.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/SvenDai/ViewImageInWebView.git",
16     "tag": "0.0.4"
17   },
18   "source_files": "ViewImageInWebView/DFBrowseImageView/**/*.{h,m}",
19   "resources": "ViewImageInWebView/Assets.xcassets",
20   "requires_arc": true,
21   "dependencies": {
22     "Masonry": [
24     ],
25     "SDWebImage": [
26       "~>3.8.1"
27     ]
28   }