blob: 1d6b56b036a21909454da970c4db1f5831e5ef63 [file] [log] [blame]
{
"name": "OnyxCamera",
"version": "5.4.3",
"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"
},
"source": {
"git": "https://github.com/DFTinc/onyx-camera-cocoapod.git",
"tag": "5.4.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "-lObjC"
},
"ios": {
"vendored_frameworks": "OnyxCamera/Frameworks/*.framework"
},
"frameworks": [
"CoreMedia",
"AVFoundation",
"AssetsLibrary"
],
"dependencies": {
"OpenCV": [
"~> 3.4"
]
}
}