blob: f1ec133dc11f43687302c61c61b779c7a7538ec3 [file] [log] [blame]
{
"name": "ZMWPhotoBrowser",
"version": "3.0.0",
"license": "MIT",
"summary": "A simple iOS photo and video browser with optional grid view, captions and selections.",
"description": "MWPhotoBrowser Version 2.1.2, MBProgressHUD 1.0.0, DACircularProgress 2.3.1, SDWebImage 4.0.0",
"homepage": "https://github.com/Daniel-zww/ZMWPhotoBrowser",
"authors": {
"Daniel": "648118379@qq.com"
},
"source": {
"git": "https://github.com/Daniel-zww/ZMWPhotoBrowser.git",
"tag": "3.0.0"
},
"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": [
]
}
}