blob: 9c5792ebce1b06a398301e59421cee9e4d9e8cbd [file] [log] [blame]
{
"name": "MWPhotoBrowser_New",
"version": "2.2.4",
"license": "MIT",
"summary": "update MWPhotoBrowser",
"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/harddog/MWPhotoBrowser_New",
"authors": {
"harddog": "867129306@qq.com"
},
"social_media_url": "https://github.com/harddog/MWPhotoBrowser_New",
"source": {
"git": "https://github.com/harddog/MWPhotoBrowser_New.git",
"tag": "2.2.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Pod/Classes/*",
"Pod/Classes/**/*"
],
"public_header_files": [
"Pod/Classes/*.h",
"Pod/Classes/**/*.h"
],
"resource_bundles": {
"MWPhotoBrowser_New": [
"Pod/Assets/*.png"
]
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
},
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
">5.0.0"
]
}
}