[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / d / b / OpenALPRSwift / 1.0.0 / OpenALPRSwift.podspec.json
blobd4cb5022801c5adb6298da4f0fe8ef2b037bebb7
2   "name": "OpenALPRSwift",
3   "version": "1.0.0",
4   "summary": "iOS Framework for the openalpr library ready to use in Swift and Objective-C.",
5   "homepage": "https://www.yasirmturk.com/",
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.0",
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": [
34     "lib/openalpr.framework",
35     "lib/leptonica.framework",
36     "lib/tesseract.framework"
37   ],
38   "pod_target_xcconfig": {
39     "ENABLE_BITCODE": "NO",
40     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/OpenCV\"",
41     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
42   },
43   "dependencies": {
44     "OpenCV": [
45       "~> 3.1.0.1"
46     ]
47   }