blob: a6804146985b007fe27c4c6d624382cda74ede7f [file] [log] [blame]
{
"name": "OnyxCamera",
"version": "6.0.5",
"summary": "Onyx SDK CocoaPod for iOS.",
"description": "Onyx software development kit for iOS distributed via CocoaPods",
"homepage": "https://github.com/DFTinc/onyx-camera-cocoapod",
"license": {
"type": "custom",
"file": "LICENSE"
},
"authors": {
"mjwheatley": "mwheatley@diamondfortress.com",
"Jaroslav84": "yzheleznov@diamondfortress.com"
},
"source": {
"git": "https://github.com/DFTinc/onyx-camera-cocoapod.git",
"tag": "6.0.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "-lObjC"
},
"resource_bundles": {
"OnyxCamera": [
"OnyxCamera/Assets/*.*"
]
},
"ios": {
"vendored_frameworks": "OnyxCamera/Frameworks/*.framework"
},
"frameworks": [
"CoreMedia",
"AVFoundation",
"AssetsLibrary"
],
"dependencies": {
"OpenCV": [
"~> 3.4"
],
"TensorFlowLiteObjC": [
]
}
}