[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / d / b / OpenALPRSwift / 1.0.1 / OpenALPRSwift.podspec.json
blobd970fad46255fb5588c26a37c82fe76a8a488345
2   "name": "OpenALPRSwift",
3   "version": "1.0.1",
4   "summary": "iOS Framework for the openalpr library ready to use in Swift and Objective-C.",
5   "homepage": "https://github.com/yasirmturk/openalpr-swift",
6   "license": {
7     "type": "GPL 3.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Yasir M Türk": "i@yasirmturk.com"
12   },
13   "social_media_url": "https://twitter.com/yasirmturk",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/yasirmturk/openalpr-swift.git",
20     "tag": "v1.0.1",
21     "submodules": true
22   },
23   "source_files": "openalpr-swift/**/*.{h,mm,swift}",
24   "resources": [
25     "openalpr-swift/openalpr.conf",
26     "openalpr-swift/runtime_data"
27   ],
28   "frameworks": [
29     "CoreGraphics",
30     "UIKit"
31   ],
32   "weak_frameworks": "opencv2",
33   "vendored_frameworks": "lib/openalpr.framework",
34   "pod_target_xcconfig": {
35     "ENABLE_BITCODE": "NO",
36     "OTHER_LDFLAGS": "-lstdc++ -lz -llept -ltesseract_all",
37     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/TesseractOCRiOS/TesseractOCR/lib\"",
38     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/OpenCV\" \"${PODS_ROOT}/TesseractOCRiOS/Products\"",
39     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
40   },
41   "dependencies": {
42     "OpenCV": [
43       "~> 3.1.0.1"
44     ],
45     "TesseractOCRiOS": [
46       "~> 3.03"
47     ]
48   }