blob: a93b258e0faa8ddad37d17ab1cc1d45ced7469bc [file] [log] [blame]
{
"name": "VoiceCommandSDK",
"version": "0.1.2",
"summary": "A short description of VoiceCommandSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://git.ringcentral.com/CoreLib/VoiceCommandSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"miniLV": "tyrion.liang@ringcentral.com"
},
"source": {
"git": "https://git.ringcentral.com/CoreLib/VoiceCommandSDK.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "VoiceCommandSDK/Classes/Framework/**/*.h",
"resources": "VoiceCommandSDK/Bundle/AcousticModelEnglish.bundle",
"public_header_files": "Pod/Classes/**/OpenEarsHeader.h",
"static_framework": true,
"vendored_frameworks": "VoiceCommandSDK/Classes/Framework/*.framework",
"xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}