blob: 9c079511f0b1b2546065fb2e8ff8cd18895e9a61 [file] [log] [blame]
{
"name": "MWPhotoBrowser-ModalPics",
"version": "1.4.1.1",
"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, and optional (customisable) captions can be displayed. The browser can also be used to allow the user to select one or more photos using either the grid or main image view.",
"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/mwaterfall/MWPhotoBrowser",
"authors": {
"Sergio Garcia": "michaelwaterfall@gmail.com"
},
"source": {
"git": "https://github.com/sergiog90/MWPhotoBrowser.git",
"tag": "1.4.1.1"
},
"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"
]
}
}