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