blob: c7c0368d5f09bd86c31b7a822e134e7ae5050471 [file] [log] [blame]
{
"name": "MWPhotoBrowser-ADS",
"version": "1.0.0",
"summary": "this is a customed MWPhotoBrowser,used by my private project",
"description": "这是一个自动的图片浏览哭,在MWPhotoBrowser基础上进行更改。自定义了错误图片,更改了title显示。之后还会有其他根据项目的改动。",
"homepage": "https://github.com/Andrewmika/MWPhotoBrowser-ADS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wanqi Shen": "iandrew@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Andrewmika/MWPhotoBrowser-ADS.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Pod/Classes/**/*.{h,m}"
],
"resources": "MWPhotoBrowserBundle.bundle",
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
],
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.7",
"!= 3.7.2"
]
}
}