blob: 632031d8515229e0e6e0b5d23c95b462386071fb [file] [log] [blame]
{
"name": "BIZImageViewController",
"version": "1.0.0",
"summary": "BIZImageViewController is a handy image viewer, downloaded image will be fit to screen.",
"homepage": "https://github.com/bizibizi/BIZImageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZImageViewController.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~>3.7"
]
}
}