blob: 3250600fd24e39e4919048ed93e8ddf94bd45c97 [file] [log] [blame]
{
"name": "WJPhotoBrowser",
"version": "1.0.1",
"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.0.1"
},
"source_files": [
"WJPhotoBrowser",
"WJPhotoBrowser/*.{h,m}"
],
"resources": "WJPhotoBrowser/images/*.png",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.2"
]
}
}