blob: 686ef69c566bee1379910409639c35c070c76ed1 [file] [log] [blame]
{
"name": "MWPhotoBrowser",
"version": "2.0.0",
"license": "MIT",
"summary": "A simple iOS photo browser with optional grid view, captions and selections.",
"description": " MWPhotoBrowser can display one or more images by providing either UIImage\n objects, or URLs to files, web images or library assets. The photo browser\n handles the downloading and caching of photos from the web seamlessly.\n Photos can be zoomed and panned, and optional (customisable) captions can\n be displayed. The browser can also be used to allow the user to select one\n or more photos using either the grid or main image view.\n",
"screenshots": [
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser1.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser2.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser3.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser4.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser5.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser6.png"
],
"homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
"authors": {
"Michael Waterfall": "michaelwaterfall@gmail.com"
},
"social_media_url": "https://twitter.com/mwaterfall",
"source": {
"git": "https://github.com/mwaterfall/MWPhotoBrowser.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MWPhotoBrowser": [
"Pod/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary"
],
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
],
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.7",
"!= 3.7.2"
]
}
}