blob: 8cba8c3929f3971ee9f681c2e0156be26c1ff725 [file] [log] [blame]
{
"name": "CLImageViewer",
"version": "1.0.1",
"summary": "A light weight, easy to use and cool image viewer for iOS.",
"homepage": "https://github.com/Cloudist/CLImageViewer",
"license": "MIT",
"authors": {
"esrever10": "caochen@cloudist.cc"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Cloudist/CLImageViewer.git",
"tag": "1.0.1"
},
"source_files": "CLImageViewer/*.{m,h}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.2"
]
}
}