blob: 513c5983c57891e3370b5912d850361603ef6f80 [file] [log] [blame]
{
"name": "OpenCV2",
"version": "4.0.0",
"summary": "OpenCV (Computer Vision) for iOS.",
"homepage": "http://opencv.org",
"description": "OpenCV: Open Source Computer Vision Library\r\nResources\r\nHomepage: https://opencv.org\r\nDocs: https://docs.opencv.org/master/\r\nQ&A forum: http://answers.opencv.org\r\nIssue tracking: https://github.com/opencv/opencv/issues",
"license": {
"type": "3-clause BSD",
"text": "By downloading, copying, installing or using the software you agree to this license.\r\nIf you do not agree to this license, do not download, install,\r\ncopy or use the software.\r\n\r\n\r\n License Agreement\r\n For Open Source Computer Vision Library\r\n (3-clause BSD License)\r\n\r\nCopyright (C) 2000-2018, Intel Corporation, all rights reserved.\r\nCopyright (C) 2009-2011, Willow Garage Inc., all rights reserved.\r\nCopyright (C) 2009-2016, NVIDIA Corporation, all rights reserved.\r\nCopyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved.\r\nCopyright (C) 2015-2016, OpenCV Foundation, all rights reserved.\r\nCopyright (C) 2015-2016, Itseez Inc., all rights reserved.\r\nThird party copyrights are property of their respective owners.\r\n\r\nRedistribution and use in source and binary forms, with or without modification,\r\nare permitted provided that the following conditions are met:\r\n\r\n * Redistributions of source code must retain the above copyright notice,\r\n this list of conditions and the following disclaimer.\r\n\r\n * Redistributions in binary form must reproduce the above copyright notice,\r\n this list of conditions and the following disclaimer in the documentation\r\n and/or other materials provided with the distribution.\r\n\r\n * Neither the names of the copyright holders nor the names of the contributors\r\n may be used to endorse or promote products derived from this software\r\n without specific prior written permission.\r\n\r\nThis software is provided by the copyright holders and contributors \"as is\" and\r\nany express or implied warranties, including, but not limited to, the implied\r\nwarranties of merchantability and fitness for a particular purpose are disclaimed.\r\nIn no event shall copyright holders or contributors be liable for any direct,\r\nindirect, incidental, special, exemplary, or consequential damages\r\n(including, but not limited to, procurement of substitute goods or services;\r\nloss of use, data, or profits; or business interruption) however caused\r\nand on any theory of liability, whether in contract, strict liability,\r\nor tort (including negligence or otherwise) arising in any way out of\r\nthe use of this software, even if advised of the possibility of such damage."
},
"authors": "opencv.org",
"source": {
"http": "https://github.com/opencv/opencv/releases/download/4.0.0/opencv-4.0.0-ios-framework.zip",
"sha256": "532e589cad2978caffd3b1a292dfa20e408145f61ba88a35d491475ababeb12f"
},
"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
}