blob: c5aa6947fab2702e649952e1858d0924d142988b [file] [log] [blame]
{
"name": "BohdiAR",
"version": "0.1.5",
"summary": "wrap OpenCV-Dynamic framework and ArUco library for AR apps",
"homepage": "https://github.com/sunpaq/BohdiAR-pod",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"sunpaq": "sunpaq@gmail.com"
},
"source": {
"git": "https://github.com/sunpaq/BohdiAR-pod.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BohdiAR/Classes/**/*.{h,hpp,cpp,mm}",
"private_header_files": [
"BohdiAR/Classes/ArUco2/**/*.{h,hpp}",
"BohdiAR/Classes/Core/**/*.{h,hpp}"
],
"frameworks": [
"Foundation",
"AVFoundation",
"UIKit",
"AssetsLibrary",
"CoreMedia"
],
"dependencies": {
"OpenCV": [
]
}
}