OpenCV-iOS 3.1.1×License BSD ReleasedLast Release Aug 2016Maintained by Evan Coleman.Installation Guide×Installation Guide for OpenCV-iOSYou want to add pod 'OpenCV-iOS', '~> 3.1' similar to the following to your Podfile:target 'MyApp' do pod 'OpenCV-iOS', '~> 3.1' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try OpenCV-iOSSee PodspecGitHub RepoPage on CocoaPods.orgOpenCV-iOS 3.1.1Byopencv.orgedc1591/opencv-iosGitHub RepoOVERVIEWCHANGELOG OpenCV: Open Source Computer Vision Library Resources Homepage: http://opencv.org Docs: http://docs.opencv.org/master/ Q&A forum: http://answers.opencv.org Issue tracking: https://github.com/opencv/opencv/issues Contributing Please read before starting work on a pull request: https://github.com/opencv/opencv/wiki/How_to_contribute Summary of guidelines: One pull request per issue; Choose the right base branch; Include tests and documentation; Clean up "oops" commits before submitting; Follow the coding style guide.