blob: 2843ff0465474bc46199e08c470b6747d8fb4155 [file] [log] [blame]
{
"name": "MWSplitPhotoBrowser",
"version": "3.0.3",
"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/MWSplitPhotoBrowser",
"authors": {
"mkjfeng01": "zfeng0712@gmail.com"
},
"source": {
"git": "https://github.com/mkjfeng01/MWSplitPhotoBrowser.git",
"tag": "3.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"MWSplitPhotoBrowser",
"Pod/Classes/**/*"
],
"resource_bundles": {
"MWPhotoBrowser": [
"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"
]
}
}