blob: 24803d867b5f04732e0e9d3eeef1fbf1e399be64 [file] [log] [blame]
{
"name": "FPhiMBWidgetiOSInternal",
"version": "0.0.1",
"summary": "Support library for Selphid.",
"description": "Support libraries for SelphID iOS widget.",
"homepage": "https://www.facephi.com",
"license": {
"type": "Commercial",
"text": " © Facephi 2021. All rights reserved.\n"
},
"authors": {
"FacePhi Biometría": "developer@facephi.com"
},
"source": {
"git": "https://github.com/facephi/microblink-internal-framework.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0.0"
},
"ios": {
"requires_arc": false,
"vendored_frameworks": "Microblink.xcframework",
"frameworks": [
"Accelerate",
"AVFoundation",
"AudioToolbox",
"AssetsLibrary",
"CoreMedia"
],
"libraries": [
"c++",
"iconv",
"z"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
}
}