[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / d / e / LZImageBrowser / 1.0.1 / LZImageBrowser.podspec.json
blobfad740df3ec35a5aaa2340df8d8f7236e41c0281
2   "name": "LZImageBrowser",
3   "version": "1.0.1",
4   "summary": "A image browser like wechat.",
5   "description": "这是一个仿微信朋友圈的图片查看器,只需两行代码即可实现,大家喜欢的github给个星,谢谢",
6   "homepage": "https://github.com/liangzhen6/LZImageBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liangzhen": "3204792702@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/liangzhen6/LZImageBrowser.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "LZIamgeBrowser",
23     "LZImageDetail/LZImageBrowser/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SDWebImage": [
28       "~> 4.3.3"
29     ]
30   }