blob: 75ce3cb8475d85f304d7adce3353037ec01cb934 [file] [log] [blame]
{
"name": "MWPhotoBrowser-ADS",
"version": "0.1.0",
"summary": "this is a customed MWPhotoBrowser,used by my private project",
"description": "自定义了错误图片,更改了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": "0.1.0"
},
"source_files": [
"Classes",
"Pod/Classes/**/*.{h,m}"
],
"resource_bundles": {
"MWPhotoBrowser-ADS": [
"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"
]
}
}