blob: 1a704eff9fdc797c054a6c01020c9ec9f6784e79 [file] [log] [blame]
{
"name": "ScanPlusSDK",
"version": "1.1.0",
"summary": "A really cool SDK that helps you to create a amazing scanner apps.",
"homepage": "https://mistergrizzly.com",
"authors": {
"Name": "hi@mistergrizzly.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://sdk.mistergrizzly.com/v1/110/ScanPlusSDK.zip"
},
"ios": {
"vendored_frameworks": "ScanPlusSDK.framework",
"frameworks": [
"QuartzCore",
"AssetsLibrary",
"CoreFoundation",
"CoreGraphics",
"CoreMedia",
"CoreImage",
"UIKit",
"Foundation"
]
},
"dependencies": {
"TesseractOCRiOS": [
"~> 4.0.0"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"OpenCV": [
"~> 3.2.0"
],
"GPUImage": [
"~> 0.1.7"
],
"Toast": [
"~> 3.1.0"
]
}
}