blob: 68a6415540b9eabd413b03c06e7fe6edc9b49ce6 [file] [log] [blame]
{
"name": "OpenCV",
"version": "2.4.3",
"summary": "OpenCV (Computer Vision) for iOS.",
"homepage": "http://github.com/SebastienThiebaud/OpenCV-iOS",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Sebastien THIEBAUD": "sthiebaud@icloud.com"
},
"source": {
"git": "https://github.com/SebastienThiebaud/OpenCV-iOS.git",
"tag": "2.4.3"
},
"platforms": {
"ios": null
},
"source_files": "opencv2.framework/Headers/**/*{.h,.hpp}",
"header_mappings_dir": "Headers",
"preserve_paths": "*",
"frameworks": [
"Accelerate",
"AssetsLibrary",
"AVFoundation",
"CoreGraphics",
"CoreImage",
"CoreMedia",
"CoreVideo",
"Foundation",
"opencv2",
"QuartzCore",
"UIKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/OpenCV"
},
"requires_arc": false
}