blob: 4a4414e244bb4e4fb39d84889a87019011a8e5c2 [file] [log] [blame]
{
"name": "MWPhotoBrowserNew",
"version": "2.1.6",
"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.",
"homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
"authors": {
"Michael Waterfall": "michaelwaterfall@gmail.com"
},
"source": {
"git": "https://github.com/hsuyelin/MWPhotoBrowser",
"tag": "2.1.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MWPhotoBrowserNew": [
"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.3.3"
]
}
}