blob: e99f91455d41e469a89088df8794b9e8a768233b [file] [log] [blame]
{
"name": "ZDCChat",
"version": "1.3.0.2",
"summary": "Zopim SDK 1.3.0.2",
"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) 2015 Zendesk. All rights reserved.\n\n By downloading or using the Zopim Mobile SDK, You agree to the Zendesk Terms\n of Service https://www.zendesk.com/company/terms and Application Developer and API License\n Agreement https://www.zendesk.com/company/application-developer-and-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.3.0.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"default_subspecs": [
"UI",
"API",
"Localization"
],
"subspecs": [
{
"name": "UI",
"public_header_files": "ZDCChat.framework/**/*.h",
"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",
"public_header_files": "ZDCChatAPI.framework/**/*.h",
"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"
}
}
]
}