blob: 47aa24e44a898ac22882cf081f1be064e12b6e2b [file] [log] [blame]
{
"name": "ImageZoomViewer",
"version": "0.1.8",
"summary": "ImageZoomViewer allow to view and zoom multiple images.",
"description": "ImageZoomViewer is xib based code snippet that allows image viewing and zooming on window of the app",
"homepage": "https://github.com/grofers/iOS-ImageZoomViewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anubhav Mathur": "anubhav.mathur@grofers.com"
},
"source": {
"git": "https://github.com/grofers/iOS-ImageZoomViewer.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ImageZoomViewer/Classes/**/*.{h,m}",
"requires_arc": true,
"resources": [
"ImageZoomViewer/Classes/**/*.xib"
]
}