blob: 116d028747dce8ed34336e9a84b7a79c209bcd24 [file] [log] [blame]
{
"name": "HNWMWPhotoBrowser",
"version": "2.1.3",
"license": "MIT",
"summary": "A simple iOS photo and video browser with optional grid view, captions and selections.",
"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/yangyongzheng/HNWMWPhotoBrowser",
"authors": {
"Young": "youngyongzheng@qq.com"
},
"social_media_url": "https://twitter.com/mwaterfall",
"source": {
"git": "https://github.com/yangyongzheng/HNWMWPhotoBrowser.git",
"tag": "2.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MWPhotoBrowser": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}