[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / a / OpenCV2_iOS / 4.5.1 / OpenCV2_iOS.podspec.json
blob975e73a3b9ecd465e64c573a1c32deabd84254bf
2   "name": "OpenCV2_iOS",
3   "version": "4.5.1",
4   "summary": "OpenCV (Computer Vision) for iOS as a dynamic framework.",
5   "description": "OpenCV: open source computer vision library\n    Homepage: http://opencv.org\n    Online docs: http://docs.opencv.org\n    Q&A forum: http://answers.opencv.org\n    Dev zone: http://code.opencv.org",
6   "homepage": "https://opencv.org/",
7   "license": {
8     "type": "3-clause BSD",
9     "text": " By downloading, copying, installing or using the software you agree to this license.If you do not agree to this license, do not download, install copy or use the software"
10   },
11   "authors": "opencv.org\"",
12   "source": {
13     "http": "https://github.com/opencv/opencv/releases/download/4.5.1/opencv-4.5.1-ios-framework.zip",
14     "sha256": "3a3ccbe58bac44b00c99421cdcfa06884808f67966b2454840ac3344936fc68f"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "preserve_paths": "opencv2.framework",
20   "source_files": "opencv2.framework/Versions/A/Headers/**/*{.h,.hpp}",
21   "public_header_files": "opencv2.framework/Versions/A/Headers/**/*{.h,.hpp}",
22   "header_dir": "opencv2",
23   "header_mappings_dir": "opencv2.framework/Versions/A/Headers/",
24   "vendored_frameworks": "opencv2.framework",
25   "libraries": [
26     "stdc++",
27     "c++"
28   ],
29   "frameworks": [
30     "Accelerate",
31     "AssetsLibrary",
32     "AVFoundation",
33     "CoreGraphics",
34     "CoreImage",
35     "CoreMedia",
36     "CoreVideo",
37     "Foundation",
38     "QuartzCore",
39     "UIKit"
40   ],
41   "pod_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 i386"
43   },
44   "user_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 i386"
46   }