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