blob: 2d318bb5478d432eb9a140c216d4b00d0fefa449 [file] [log] [blame]
{
"name": "Anyline",
"version": "3.10.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": "LICENSE.md"
},
"authors": {
"Daniel Albertini": "daniel@anyline.io"
},
"platforms": {
"ios": "8.2"
},
"source": {
"git": "https://github.com/Anyline/anyline-ocr-examples-ios.git",
"tag": "v3.10.0"
},
"documentation_url": "https://documentation.anyline.io",
"vendored_frameworks": "Framework/Anyline.framework",
"resources": "Framework/AnylineResources.bundle",
"frameworks": [
"AssetsLibrary",
"Accelerate",
"AVFoundation",
"CoreMedia",
"CoreMotion",
"AudioToolbox"
],
"libraries": [
"c++",
"z"
],
"xcconfig": {
"OTHER_LDFLAGS": "-force_load \\\"$(PODS_ROOT)/Anyline/Framework/Anyline.framework/Anyline\\\""
}
}