blob: 3eb04806307a5cf55be6ac75438994a5c83690d4 [file] [log] [blame]
{
"name": "ImageZoomViewer",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ImageZoomViewer/Classes/**/*",
"requires_arc": true,
"resource_bundles": {
"ImageZoomViewer": [
"ImageZoomViewer/Classes/**/*.xib"
]
}
}