blob: 5d11a6dc071e9e50ae2cd30d029f0b1e4a24e63e [file] [log] [blame]
{
"name": "ZMWPhotoBrowser",
"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.",
"homepage": "https://github.com/Daniel-zww/ZMWPhotoBrowser",
"authors": {
"Daniel": "648118379@qq.com"
},
"source": {
"git": "https://github.com/Daniel-zww/ZMWPhotoBrowser.git",
"tag": "2.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZMWPhotoBrowser/Pod/Classes/**/*",
"resource_bundles": {
"ZMWPhotoBrowser": [
"ZMWPhotoBrowser/Pod/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}