blob: 0890836975452e9049247dbe079be46a5c67fdda [file] [log] [blame]
{
"name": "Anyline",
"version": "3.11.0",
"summary": "Mobile Augmented Text Recognition SDK",
"description": "The Anyline SDK is a great text recognition tool for your specific use case! Simply download our technology, define parameters which are important for the text you want to scan or import: font, character set, color, size and more. No advanced computer vision knowledge needed. Anyline can easily be integrated in your project.",
"homepage": "http://anyline.io",
"license": {
"type": "Commercial",
"file": "AnylineSDK_iOS_3.11.0/LICENSE.md"
},
"authors": {
"Daniel Albertini": "daniel@anyline.io"
},
"platforms": {
"ios": "8.2"
},
"source": {
"http": "https://github.com/Anyline/anyline-ocr-examples-ios/releases/download/v3.11.0/AnylineSDK_iOS_3.11.0.zip"
},
"documentation_url": "https://documentation.anyline.io",
"vendored_frameworks": "AnylineSDK_iOS_3.11.0/Framework/Anyline.framework",
"resources": "AnylineSDK_iOS_3.11.0/Framework/AnylineResources.bundle",
"frameworks": [
"AssetsLibrary",
"Accelerate",
"AVFoundation",
"CoreMedia",
"CoreMotion",
"AudioToolbox"
],
"libraries": [
"c++",
"z"
],
"xcconfig": {
"OTHER_LDFLAGS": "-force_load \\\"$(PODS_ROOT)/Anyline/AnylineSDK_iOS_3.11.0/Framework/Anyline.framework/Anyline\\\""
}
}