[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 7 / Anyline / 3.10.0 / Anyline.podspec.json
blob2d318bb5478d432eb9a140c216d4b00d0fefa449
2   "name": "Anyline",
3   "version": "3.10.0",
4   "summary": "Mobile Augmented Text Recognition SDK",
5   "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.",
6   "homepage": "http://anyline.io",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Daniel Albertini": "daniel@anyline.io"
13   },
14   "platforms": {
15     "ios": "8.2"
16   },
17   "source": {
18     "git": "https://github.com/Anyline/anyline-ocr-examples-ios.git",
19     "tag": "v3.10.0"
20   },
21   "documentation_url": "https://documentation.anyline.io",
22   "vendored_frameworks": "Framework/Anyline.framework",
23   "resources": "Framework/AnylineResources.bundle",
24   "frameworks": [
25     "AssetsLibrary",
26     "Accelerate",
27     "AVFoundation",
28     "CoreMedia",
29     "CoreMotion",
30     "AudioToolbox"
31   ],
32   "libraries": [
33     "c++",
34     "z"
35   ],
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-force_load \\\"$(PODS_ROOT)/Anyline/Framework/Anyline.framework/Anyline\\\""
38   }