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