blob: 14a25ef2b2ab27080d6d49845f65e23080516759 [file] [log] [blame]
{
"name": "ImageZoomViewer",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ImageZoomViewer/Classes/**/*",
"requires_arc": true,
"resources": "ImageZoomViewer/Classes/**/*.xib"
}