blob: 1c2935978826701eaa9cdd54e690e1ee77e24606 [file] [log] [blame]
{
"name": "MWPhotoBrowser",
"version": "1.0.1",
"license": "MIT",
"summary": "A simple iOS photo browser.",
"homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
"authors": {
"Michael Waterfall": "mw@d3i.com"
},
"source": {
"git": "https://github.com/mwaterfall/MWPhotoBrowser.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"source_files": "MWPhotoBrowser/Classes",
"resources": "MWPhotoBrowser/MWPhotoBrowser.bundle",
"frameworks": [
"MessageUI",
"ImageIO"
],
"dependencies": {
"SDWebImage": [
"<3.0.0"
],
"MBProgressHUD": [
]
},
"requires_arc": false
}