blob: 11a7694a1d17a1d48a24f07b1f8244c65935f29e [file] [log] [blame]
{
"name": "MWPhotoBrowser-ModalPics",
"version": "1.4.2",
"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 objects, or URLs to files, web images or library assets. The photo browser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, The browser can also be used to allow the user to select one or more photos using either the grid or main image view.Now you can customize all views to adapt to your custom design.",
"screenshots": [
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser1.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser2.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser3.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser4.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser5.png",
"https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser6.png"
],
"homepage": "https://github.com/sergiog90/MWPhotoBrowser",
"authors": {
"Sergio Garcia": "sergiogm.amurrio@gmail.com"
},
"source": {
"git": "https://github.com/sergiog90/MWPhotoBrowser.git",
"tag": "1.4.2"
},
"platforms": {
"ios": "5.1.1"
},
"source_files": "MWPhotoBrowser/Classes/*.{h,m}",
"resources": "MWPhotoBrowser/MWPhotoBrowser.bundle",
"requires_arc": true,
"frameworks": [
"MessageUI",
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MapKit"
],
"dependencies": {
"SDWebImage": [
"~> 3.7"
],
"MBProgressHUD": [
"~> 0.8"
],
"DACircularProgress": [
],
"PSTCollectionView": [
"~> 1.2"
]
}
}