blob: e7693ddfe4dbe4619ffcf8cfb7b183ef662650fe [file] [log] [blame]
{
"name": "MAPreviewController",
"version": "0.3.1",
"summary": "图片视频查看器,支持视频和图片混合查看",
"description": "图片视频查看器,支持视频和图片混合查看,单独的视频查看支持横屏,支持视频和图片长按保存",
"homepage": "https://github.com/fengyunjue/MAPreviewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fengyunjue": "ma772528138@qq.com"
},
"source": {
"git": "https://github.com/fengyunjue/MAPreviewController.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"source_files": "MAPreviewController/Classes/**/*",
"resource_bundles": {
"MAPreviewController": [
"MAPreviewController/Assets/*.png"
]
},
"public_header_files": "MAPreviewController/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit",
"AVFoundation"
],
"dependencies": {
"MAAutoLayout": [
],
"SDWebImage": [
],
"SVProgressHUD": [
]
}
}