blob: 6c251a74eff005e7f8532e5dc3267083e9bcc28a [file] [log] [blame]
{
"name": "Anyline",
"version": "3.13.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.13.0/LICENSE.md"
},
"authors": {
"Daniel Albertini": "daniel@anyline.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://github.com/Anyline/anyline-ocr-examples-ios/releases/download/v3.13.0/AnylineSDK_iOS_3.13.0.zip"
},
"documentation_url": "https://documentation.anyline.io",
"vendored_frameworks": "AnylineSDK_iOS_3.13.0/Framework/Anyline.framework",
"resources": "AnylineSDK_iOS_3.13.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.13.0/Framework/Anyline.framework/Anyline\\\""
}
}