blob: 8ee6ec90a5d15d9c0993e489de6cc1b36c1fb952 [file] [log] [blame]
{
"name": "MWPhotoBrowser-Split",
"version": "3.0.0",
"license": "MIT",
"summary": "Photo browser based on MWPhotoBrowser with four-direction scroll, also supported by React-Native!",
"description": "MWPhotoBrowser can display one or more images or videos by providing either UIImage\nobjects, PHAsset objects, or URLs to library assets, web images/videos or local files.\nThe photo browser handles the downloading and caching of photos from the web seamlessly.\nPhotos can be zoomed and panned, and optional (customisable) captions can be displayed.",
"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/mkjfeng01/MWPhotoBrowser",
"authors": {
"Michael Waterfall": "michaelwaterfall@gmail.com"
},
"source": {
"git": "https://github.com/mkjfeng01/MWPhotoBrowser.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MWPhotoBrowser-Split": [
"Pod/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
],
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.7",
"!= 3.7.2"
]
}
}