blob: bba0390cb06656913355d3e2ba868da5f2c67b3a [file] [log] [blame]
{
"name": "MBDocCapture",
"version": "0.1.3",
"summary": "MBDocCapture makes it easy to add document scanning functionalities to your iOS.",
"description": "MBDocCapture makes it easy to add document scanning functionalities to your iOS app but also image editing (Cropping and contrast enhacement).",
"platforms": {
"ios": "10.0"
},
"homepage": "https://github.com/iMhdi/MBDocCapture",
"swift_version": "4.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"El Mahdi BOUKHRIS": "m.boukhris@gmail.com"
},
"source": {
"git": "https://github.com/iMhdi/MBDocCapture.git",
"tag": "0.1.3"
},
"source_files": "MBDocCapture/Classes/**/*",
"resources": "MBDocCapture/**/*.{strings,png}",
"frameworks": [
"CoreGraphics",
"CoreImage"
]
}