blob: aa2d6978bf8a8e1957f36e94a45f507b6e13d695 [file] [log] [blame]
{
"name": "FJPictureBrowser",
"version": "1.0.1",
"summary": "图片浏览器 :支持上下拖动、横竖屏旋转、进行内存优化、支持加载过程先居中,加载完成后放大和直接放大两种效果",
"homepage": "http://www.jianshu.com/p/57c94ab121c3",
"license": "MIT",
"authors": {
"fangjinfeng": "116418179@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/fangjinfeng/FJPictureBrowser.git",
"tag": "1.0.1"
},
"source_files": "FJPictureBrowser/**/*.{h,m}",
"resources": "FJPictureBrowser/Resourse/*.{png}",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 4.1.0"
]
}
}