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