blob: 7ac9e623d692f0e0eca037c1104ee680c174b889 [file] [log] [blame]
{
"name": "ZDCChat",
"version": "1.4.3",
"summary": "Zendesk Chat SDK 1.4.3",
"homepage": "https://github.com/zendesk/zendesk_sdk_chat_ios",
"license": {
"type": "Copyright",
"text": " ZDCChat\n\n Created by Zendesk on 25/03/2015.\n\n Copyright (c) 2017 Zendesk. All rights reserved.\n\n By downloading or using the Zendesk Mobile SDK, You agree to the Zendesk Master\n Subscription Agreement https://www.zendesk.com/company/customers-partners/#master-subscription-agreement and Application Developer and API License\n Agreement https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement and\n acknowledge that such terms govern Your use of and access to the Mobile SDK.\n"
},
"authors": "Zendesk",
"source": {
"git": "https://github.com/zendesk/zendesk_sdk_chat_ios.git",
"tag": "1.4.3"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"default_subspecs": [
"UI",
"API",
"Localization"
],
"subspecs": [
{
"name": "UI",
"ios": {
"vendored_frameworks": "ZDCChat.framework"
},
"preserve_paths": "ZDCChat.framework",
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"AVFoundation",
"AssetsLibrary"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"resources": [
"ZDCChat.bundle"
],
"dependencies": {
"ZDCChat/API": [
]
}
},
{
"name": "Localization",
"resources": [
"ZDCChatStrings.bundle"
]
},
{
"name": "API",
"frameworks": "SystemConfiguration",
"ios": {
"vendored_frameworks": "ZDCChatAPI.framework"
},
"preserve_paths": "ZDCChatAPI.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}
]
}