blob: 754ef4a093961d0c78e49e72e0576ac95347ca0c [file] [log] [blame]
{
"name": "MFPhotoBrowser",
"version": "0.1.0",
"summary": "A simple photo browser for extension.",
"homepage": "https://github.com/JianglingZheng/MFPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jiangling Zheng": "jiangling.zheng@gmail.com"
},
"source": {
"git": "https://github.com/JianglingZheng/MFPhotoBrowser.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MFPhotoBrowser/**/*.{h,m}",
"resources": "MFPhotoBrowser/MFPhotoBrowser.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
"~> 3.8"
]
}
}