blob: d68186168e478539ed6494c6b4bdeefaa70b0b99 [file] [log] [blame]
{
"name": "WJPhotoBrowser",
"version": "1.1.3",
"summary": "A simple and easy to use image browser.",
"homepage": "https://github.com/ZengWeiJun/WJPhotoBrowser",
"license": "MIT",
"authors": {
"zwj": "niuszeng@sina.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ZengWeiJun/WJPhotoBrowser.git",
"tag": "1.1.3"
},
"source_files": [
"WJPhotoBrowser",
"WJPhotoBrowser/*.{h,m}"
],
"resources": "WJPhotoBrowser/images/*.png",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.2"
],
"MBProgressHUD": [
"~> 0.9.1"
]
}
}