blob: 2bdbc788c5f958c3abbc19556ba5620c9a91b685 [file] [log] [blame]
{
"name": "MBDocCapture",
"version": "0.1.1",
"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).",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MBDocCapture/Classes/**/*",
"resource_bundles": {
"MBDocCapture": [
"MBDocCapture/**/*.png"
]
},
"frameworks": [
"CoreGraphics",
"CoreImage"
]
}