blob: 6850fc8996a8a144cde266ce86892cfe47701103 [file] [log] [blame]
{
"name": "PPBlinkOCR",
"version": "1.1.1",
"summary": "A state-of-the-art OCR module for mobile devices",
"homepage": "http://microblink.com",
"description": "BlinkOCR SDK is a state-of-the-art OCR module for mobile devices. It's OCR technology is optimized \nspecifically for mobile devices and architectures. This allows faster results and lower error rate \nthan regular desktop-based OCR software. BlinkOCR features: \n\n - integrated camera management\n - integrated **text parsing** feature for fields like IBANs, prices, email addresses, urls, and many more!\n - layered API, allowing everything from simple integration to complex UX customizations.\n - lightweight and no internet connection required\n - enteprise-level security standards",
"license": {
"type": "commercial",
"text": " © 2013-2015 MicroBlink Ltd. All rights reserved.\n"
},
"authors": {
"MicroBlink": "info@microblink.com",
"Jurica Cerovec": "jurica.cerovec@microblink.com"
},
"source": {
"git": "https://github.com/BlinkOCR/blinkocr-ios.git",
"tag": "v1.1.1"
},
"preserve_paths": "MicroBlink.embeddedframework/*",
"platforms": {
"ios": "6.0.0"
},
"ios": {
"source_files": "MicroBlink.embeddedframework/MicroBlink.framework/Versions/A/Headers/*.{h}",
"header_dir": "MicroBlink",
"public_header_files": "MicroBlink.embeddedframework/MicroBlink.framework/Versions/A/Headers/*.h",
"resources": "MicroBlink.embeddedframework/MicroBlink.framework/Versions/A/Resources/*.{strings,wav,png,zzip}",
"requires_arc": false,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PPBlinkOCR/MicroBlink.embeddedframework\""
},
"frameworks": [
"MicroBlink",
"AVFoundation",
"AudioToolbox",
"CoreMedia"
],
"libraries": [
"c++",
"iconv"
]
}
}