blob: b2813e401b292c072d2cc67b58e227f92f4ddbcc [file] [log] [blame]
{
"name": "MGPhotoBrowser",
"version": "0.0.1",
"license": "MIT",
"summary": "A simple iOS photo and video browser with optional grid view, captions and selections.",
"description": "MGPhotoBrowser 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.",
"homepage": "https://github.com/OYWeijian/MGPhotoBrowser",
"authors": {
"OYWeijian": "123789456abc0@163.com"
},
"source": {
"git": "https://github.com/OYWeijian/MGPhotoBrowser.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MGPhotoBrowser": [
"Pod/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
],
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.7",
"!= 3.7.2"
]
}
}