blob: 26ce8953b85e15d70d9df1a8d5f255582098e8be [file] [log] [blame]
{
"name": "MWSplitPhotoBrowser",
"version": "3.0.1",
"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",
"commit": "c42540483c604df5eda947ac0a7e097b9645ba15"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"MWSplitPhotoBrowser",
"Pod/Classes/**/*"
],
"resource_bundles": {
"MWSplitPhotoBrowser": [
"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"
]
}
}