[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / d / OpenCV / 2.4.3 / OpenCV.podspec.json
blob68a6415540b9eabd413b03c06e7fe6edc9b49ce6
2   "name": "OpenCV",
3   "version": "2.4.3",
4   "summary": "OpenCV (Computer Vision) for iOS.",
5   "homepage": "http://github.com/SebastienThiebaud/OpenCV-iOS",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sebastien THIEBAUD": "sthiebaud@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/SebastienThiebaud/OpenCV-iOS.git",
15     "tag": "2.4.3"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": "opencv2.framework/Headers/**/*{.h,.hpp}",
21   "header_mappings_dir": "Headers",
22   "preserve_paths": "*",
23   "frameworks": [
24     "Accelerate",
25     "AssetsLibrary",
26     "AVFoundation",
27     "CoreGraphics",
28     "CoreImage",
29     "CoreMedia",
30     "CoreVideo",
31     "Foundation",
32     "opencv2",
33     "QuartzCore",
34     "UIKit"
35   ],
36   "xcconfig": {
37     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/OpenCV"
38   },
39   "requires_arc": false