blob: 39abfdd7b967c688656c344c849ecdeb01eff663 [file] [log] [blame]
{
"name": "OpenCV2",
"version": "3.4.3",
"summary": "OpenCV (Computer Vision) for iOS.",
"homepage": "http://opencv.org",
"description": "OpenCV: open source computer vision library\n\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",
"license": {
"type": "3-clause BSD",
"text": "By downloading, copying, installing or using the software you agree to this license.\nIf you do not agree to this license, do not download, install,\ncopy or use the software.\n\n\n License Agreement\n For Open Source Computer Vision Library\n (3-clause BSD License)\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n * Redistribution's of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n * Redistribution's in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n * The name of the copyright holders may not be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nThis software is provided by the copyright holders and contributors \"as is\" and\n any express or implied warranties, including, but not limited to, the implied\n warranties of merchantability and fitness for a particular purpose are disclaimed.\nIn no event shall the Intel Corporation or contributors be liable for any direct,\nindirect, incidental, special, exemplary, or consequential damages\n(including, but not limited to, procurement of substitute goods or services;\nloss of use, data, or profits; or business interruption) however caused\nand on any theory of liability, whether in contract, strict liability,\nor tort (including negligence or otherwise) arising in any way out of\nthe use of this software, even if advised of the possibility of such damage.\n\n"
},
"authors": "opencv.org",
"source": {
"http": "https://github.com/bcomeau/opencv/releases/download/3.4.3/opencv-3.4.3-ios-framework.zip",
"sha256": "9d814b57f16b18803fb0540f97dd99a0098ad8461c8891b74ddcc78ccf34dc54"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "opencv2.framework",
"source_files": "opencv2.framework/Versions/A/Headers/**/*{.h,.hpp}",
"public_header_files": "opencv2.framework/Versions/A/Headers/**/*{.h,.hpp}",
"vendored_frameworks": "opencv2.framework",
"header_dir": "opencv2",
"header_mappings_dir": "opencv2.framework/Versions/A/Headers/",
"libraries": [
"stdc++"
],
"frameworks": [
"Accelerate",
"AssetsLibrary",
"AVFoundation",
"CoreGraphics",
"CoreImage",
"CoreMedia",
"CoreVideo",
"Foundation",
"QuartzCore",
"UIKit"
],
"requires_arc": false
}