[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / d / b / OpenALPRSwift / 1.0.2 / OpenALPRSwift.podspec.json
blob882d741c53f3b7e1f49376f249d34e46a060250b
2   "name": "OpenALPRSwift",
3   "version": "1.0.2",
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.2",
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   "static_framework": true,
34   "vendored_frameworks": "lib/openalpr.framework",
35   "pod_target_xcconfig": {
36     "ENABLE_BITCODE": "NO",
37     "OTHER_LDFLAGS": "-lstdc++ -lz -llept -ltesseract_all",
38     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/TesseractOCRiOS/TesseractOCR/lib\"",
39     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/OpenCV\" \"${PODS_ROOT}/TesseractOCRiOS/Products\"",
40     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
41   },
42   "dependencies": {
43     "OpenCV": [
44       "~> 3.1.0.1"
45     ],
46     "TesseractOCRiOS": [
47       "~> 3.03"
48     ]
49   }