blob: 6bcae9bb560ef5f06fedcbf3349318f98e01fba4 [file] [log] [blame]
{
"name": "ObjectiveCV",
"version": "0.0.6",
"summary": "Objective-C wrapper for a small subset of OpenCV.",
"description": "A simple Objective-C wrapper for a small subset of OpenCV.\nThis was built for a specific application, as such it only wrapped functions/objects required for that application.",
"homepage": "https://github.com/BlueBridgeTechnologies/ObjectiveCV",
"license": {
"type": "BSD",
"file": "LICENCE"
},
"authors": {
"Jack Costigan": "jackcostigan@bluebridgetech.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/BlueBridgeTechnologies/ObjectiveCV.git",
"tag": "0.0.6"
},
"source_files": [
"ObjectiveCV",
"ObjectiveCV/Classes/*.{m,mm}",
"ObjectiveCV/PublicHeaders/*.{h}",
"ObjectiveCV/PrivateHeaders/*.{h}"
],
"public_header_files": "ObjectiveCV/PublicHeaders/*.{h}",
"prefix_header_file": false,
"static_framework": true,
"dependencies": {
"OpenCV": [
"~> 3.4.2"
]
}
}