blob: 693b95019ed83863c48e010be73298647f19e09e [file] [log] [blame]
{
"name": "MLPhotoBrowser",
"version": "0.1.0",
"summary": "A simple iOS Photo browser Library, Support optional animation.",
"homepage": "https://github.com/MakeZL/MLPhotoBrowser",
"license": "MIT",
"authors": {
"zhangleo": "zhangleowork@163.com"
},
"source": {
"git": "https://github.com/MakeZL/MLPhotoBrowser.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "AssetsLibrary",
"source_files": "MLPhotoBrowser/Classes/**/*",
"resources": "MLPhotoBrowser/MLPhotoBrowser.bundle",
"dependencies": {
"SDWebImage": [
"~> 3.7"
],
"DACircularProgress": [
]
}
}