[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 8 / e / 3 / FJPictureBrowser / 1.0.2 / FJPictureBrowser.podspec.json
blob7aecb5660262c3ec17338a258587e5c9891b634d
2   "name": "FJPictureBrowser",
3   "version": "1.0.2",
4   "summary": "图片浏览器 :支持上下拖动、横竖屏旋转、进行内存优化、支持加载过程先居中,加载完成后放大和直接放大两种效果",
5   "homepage": "http://www.jianshu.com/p/57c94ab121c3",
6   "license": "MIT",
7   "authors": {
8     "fangjinfeng": "116418179@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/fangjinfeng/FJPictureBrowser.git",
15     "tag": "1.0.2"
16   },
17   "source_files": "FJPictureBrowser/**/*.{h,m}",
18   "resources": "FJPictureBrowser/Resourse/*.{png}",
19   "requires_arc": true,
20   "frameworks": "UIKit",
21   "dependencies": {
22     "SDWebImage": [
23       "~> 4.1.0"
24     ]
25   }