[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / b / c / f / GoogleDataTransportCCTSupport / 2.0.0 / GoogleDataTransportCCTSupport.podspec.json
blob19bb7e4764b9fcaa0fffe0a428f71287ac5b9b72
2   "name": "GoogleDataTransportCCTSupport",
3   "version": "2.0.0",
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-2.0.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "10.0",
20     "watchos": "6.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "static_framework": true,
24   "prefix_header_file": false,
25   "source_files": "GoogleDataTransportCCTSupport/GDTCCTLibrary/**/*",
26   "private_header_files": "GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/*.h",
27   "ios": {
28     "frameworks": [
29       "SystemConfiguration",
30       "CoreTelephony"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "SystemConfiguration",
36       "CoreTelephony"
37     ]
38   },
39   "tvos": {
40     "frameworks": "SystemConfiguration"
41   },
42   "libraries": [
43     "z"
44   ],
45   "dependencies": {
46     "GoogleDataTransport": [
47       "~> 5.0"
48     ],
49     "nanopb": [
50       "~> 0.3.901"
51     ]
52   },
53   "pod_target_xcconfig": {
54     "GCC_C_LANGUAGE_STANDARD": "c99",
55     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
56     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
57     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=2.0.0",
58     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
59   },
60   "testspecs": [
61     {
62       "name": "Tests-Unit",
63       "test_type": "unit",
64       "platforms": {
65         "ios": "8.0",
66         "osx": "10.11",
67         "tvos": "10.0"
68       },
69       "requires_app_host": false,
70       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Unit/**/*.{h,m}",
71       "resources": [
72         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
73       ],
74       "pod_target_xcconfig": {
75         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
76       },
77       "dependencies": {
78         "GCDWebServer": [
80         ]
81       }
82     },
83     {
84       "name": "Tests-Integration",
85       "test_type": "unit",
86       "platforms": {
87         "ios": "8.0",
88         "osx": "10.11",
89         "tvos": "10.0"
90       },
91       "requires_app_host": false,
92       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Integration/**/*.{h,m}",
93       "resources": [
94         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
95       ],
96       "pod_target_xcconfig": {
97         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
98       }
99     }
100   ]