[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / c / TesseractOCRiOS / 3.1 / TesseractOCRiOS.podspec.json
blobfc0798989a44dee0f629ecd9059f9c55d33b12d7
2   "name": "TesseractOCRiOS",
3   "version": "3.1",
4   "summary": "It helps you to use OCR in iOS projects, writing Objective-C. Easy and fast.",
5   "homepage": "https://github.com/gali8/Tesseract-OCR-iOS",
6   "documentation_url": "https://github.com/gali8/Tesseract-OCR-iOS/blob/master/README.md",
7   "license": {
8     "type": "MIT",
9     "text": "                   Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n"
10   },
11   "authors": {
12     "Daniele Galiotto": "genius@g8production.com"
13   },
14   "source": {
15     "git": "https://github.com/gali8/Tesseract-OCR-iOS.git",
16     "tag": "3.1"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": [
22     "TesseractOCR/*.{h,a}",
23     "TesseractOCR/**/*.{h,a}"
24   ],
25   "requires_arc": true,
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "ios": {
31     "vendored_frameworks": "Products/TesseractOCR.framework"
32   },
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-lstdc++ -weak_library /usr/lib/libstdc++.6.0.9.dylib",
35     "CLANG_CXX_LIBRARY": "compiler-default"
36   }