blob: 19bb7e4764b9fcaa0fffe0a428f71287ac5b9b72 [file] [log] [blame]
{
"name": "GoogleDataTransportCCTSupport",
"version": "2.0.0",
"summary": "Support library for the GoogleDataTransport CCT backend target.",
"description": "Support library to provide event prioritization and uploading for the GoogleDataTransport CCT backend target.",
"homepage": "https://developers.google.com/",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "DataTransportCCTSupport-2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "6.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "GoogleDataTransportCCTSupport/GDTCCTLibrary/**/*",
"private_header_files": "GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/*.h",
"ios": {
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
]
},
"osx": {
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
]
},
"tvos": {
"frameworks": "SystemConfiguration"
},
"libraries": [
"z"
],
"dependencies": {
"GoogleDataTransport": [
"~> 5.0"
],
"nanopb": [
"~> 0.3.901"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
"CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
"GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=2.0.0",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
},
"testspecs": [
{
"name": "Tests-Unit",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"requires_app_host": false,
"source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Unit/**/*.{h,m}",
"resources": [
"GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
},
"dependencies": {
"GCDWebServer": [
]
}
},
{
"name": "Tests-Integration",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"requires_app_host": false,
"source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Integration/**/*.{h,m}",
"resources": [
"GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
}
}
]
}