[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / b / c / f / GoogleDataTransportCCTSupport / 1.2.3 / GoogleDataTransportCCTSupport.podspec.json
blobd484ed71b4c5de3415976e4ffb554ff776cbe544
2   "name": "GoogleDataTransportCCTSupport",
3   "version": "1.2.3",
4   "summary": "Support library for the GoogleDataTransport CCT backend target.",
5   "description": "Support library to provide event prioritization and uploading for the GoogleDataTransport CCT backend target.",
6   "homepage": "https://developers.google.com/",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "DataTransportCCTSupport-1.2.3"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "static_framework": true,
23   "prefix_header_file": false,
24   "source_files": "GoogleDataTransportCCTSupport/GDTCCTLibrary/**/*",
25   "private_header_files": "GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/*.h",
26   "libraries": [
27     "z"
28   ],
29   "dependencies": {
30     "GoogleDataTransport": [
31       "~> 3.2"
32     ],
33     "nanopb": [
34       "~> 0.3.901"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "GCC_C_LANGUAGE_STANDARD": "c99",
39     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
40     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
41     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=1.2.3",
42     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
43   },
44   "testspecs": [
45     {
46       "name": "Tests-Unit",
47       "test_type": "unit",
48       "requires_app_host": false,
49       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Unit/**/*.{h,m}",
50       "resources": [
51         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
52       ],
53       "pod_target_xcconfig": {
54         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
55       },
56       "dependencies": {
57         "GCDWebServer": [
59         ]
60       }
61     },
62     {
63       "name": "Tests-Integration",
64       "test_type": "unit",
65       "requires_app_host": false,
66       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Integration/**/*.{h,m}",
67       "resources": [
68         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
69       ],
70       "pod_target_xcconfig": {
71         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
72       }
73     }
74   ]