64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "DDMSCKit_Private",
|
|
"version": "0.1.2",
|
|
"summary": "A short description of DDMSCKit_Private.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://DDIsFriend@bitbucket.org/ddisfriendly/ddmsckit_private.git",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"DDIsFriend": "DDIsFriend@163.com"
|
|
},
|
|
"source": {
|
|
"git": "git@bitbucket.org:ddisfriendly/ddmsckit_private.git",
|
|
"tag": "0.1.2"
|
|
},
|
|
"platforms": {
|
|
"ios": "11.0"
|
|
},
|
|
"pod_target_xcconfig": {
|
|
"VALID_ARCHS": "x86_64 armv7 arm64",
|
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
|
|
"OTHER_LINKER_FLAGS": "$(inherited)",
|
|
"ENABLE_BITCODE": "NO",
|
|
"GCC_INPUT_FILETYPE": "sourcecode.cpp.objcpp"
|
|
},
|
|
"subspecs": [
|
|
{
|
|
"name": "DDSpeechSynOnline",
|
|
"source_files": [
|
|
"DDMSCKit_Private/Classes/DDSpeechSynOnline/DDSpeechSynOnlineManager.{h,m}",
|
|
"DDMSCKit_Private/Classes/DDSpeechSynOnline/DDMSCVoiceConst.{h,m}"
|
|
],
|
|
"vendored_frameworks": "DDMSCKit_Private/Classes/DDSpeechSynOnline/iflyMSC.framework",
|
|
"libraries": [
|
|
"z",
|
|
"c++"
|
|
],
|
|
"frameworks": [
|
|
"AVFoundation",
|
|
"SystemConfiguration",
|
|
"Foundation",
|
|
"CoreTelephony",
|
|
"AudioToolbox",
|
|
"UIKit",
|
|
"CoreLocation",
|
|
"Contacts",
|
|
"AddressBook",
|
|
"QuartzCore",
|
|
"CoreGraphics"
|
|
],
|
|
"dependencies": {
|
|
"DDLogKit_Private": [
|
|
|
|
],
|
|
"DDFFmpegKit_Private": [
|
|
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|