blob: 74ca53cca08702be7621c1838734d2c68ae66806 [file] [log] [blame]
{
"name": "MLPhotoBrowser",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "AssetsLibrary",
"source_files": "MLPhotoBrowser/Classes/**/*",
"resources": "MLPhotoBrowser/MLPhotoBrowser.bundle",
"dependencies": {
"SDWebImage": [
"~> 3.7"
],
"DACircularProgress": [
]
}
}