blob: d81a4a85ce41572be6776972157ec49ff6105673 [file] [log] [blame]
{
"name": "ScanbillSDK",
"version": "1.0.0",
"summary": "Quickly enable document scanning with cutting-edge image processing in your app!",
"homepage": "https://mihailsalari.com",
"authors": {
"Name": "info@mihailsalari.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "11.0"
},
"source": {
"http": "https://raw.githubusercontent.com/mihailsalari/ScanbillSDK/master/ScanbillSDK.zip"
},
"ios": {
"vendored_frameworks": "ScanbillSDK.framework",
"frameworks": [
"QuartzCore",
"AssetsLibrary",
"CoreFoundation",
"CoreGraphics",
"CoreMedia",
"CoreImage",
"UIKit",
"Foundation"
]
},
"dependencies": {
"TesseractOCRiOS": [
"~> 4.0.0"
]
}
}