blob: b5d3674c71f6fc7637130c3c911a98688fd494e4 [file] [log] [blame]
{
"name": "CYLMWPhotoBrowser",
"version": "2.1.2-0.0.4",
"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/ChenYilong/MWPhotoBrowser",
"authors": {
"Michael Waterfall": "michaelwaterfall@gmail.com"
},
"social_media_url": "http://weibo.com/luohanchenyilong",
"source": {
"git": "https://github.com/ChenYilong/MWPhotoBrowser.git",
"tag": "2.1.2-0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CYLMWPhotoBrowser": [
"Pod/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
],
"DACircularProgress": [
"~> 2.3.1"
],
"SDWebImage": [
"~> 4.4.1",
"!= 3.7.2"
]
}
}