blob: 0a207c365e74326a7208f64d62687cdf741152e6 [file] [log] [blame]
{
"name": "BohdiAR",
"version": "0.1.1",
"summary": "A short description of BohdiAR.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sunpaq/BohdiAR",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunpaq": "sunpaq@gmail.com"
},
"source": {
"git": "https://github.com/sunpaq/BohdiAR.git",
"tag": "0.1.1"
},
"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-Dynamic": [
]
}
}