[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / b / c / f / GoogleDataTransportCCTSupport / 3.2.0 / GoogleDataTransportCCTSupport.podspec.json
blob977c4c22058a94d39c49348b4b2256493be0cbe3
2   "name": "GoogleDataTransportCCTSupport",
3   "version": "3.2.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-3.2.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   "public_header_files": "GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/*.h",
28   "ios": {
29     "frameworks": [
30       "SystemConfiguration",
31       "CoreTelephony"
32     ]
33   },
34   "osx": {
35     "frameworks": [
36       "SystemConfiguration",
37       "CoreTelephony"
38     ]
39   },
40   "tvos": {
41     "frameworks": "SystemConfiguration"
42   },
43   "libraries": [
44     "z"
45   ],
46   "dependencies": {
47     "GoogleDataTransport": [
48       "~> 6.1"
49     ],
50     "nanopb": [
51       "~> 1.30905.0"
52     ]
53   },
54   "pod_target_xcconfig": {
55     "GCC_C_LANGUAGE_STANDARD": "c99",
56     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
57     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
58     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=3.2.0",
59     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
60   },
61   "testspecs": [
62     {
63       "name": "Tests-Unit",
64       "test_type": "unit",
65       "platforms": {
66         "ios": "8.0",
67         "osx": "10.11",
68         "tvos": "10.0"
69       },
70       "requires_app_host": false,
71       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Unit/**/*.{h,m}",
72       "resources": [
73         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
74       ],
75       "pod_target_xcconfig": {
76         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
77       },
78       "dependencies": {
79         "GCDWebServer": [
81         ]
82       }
83     },
84     {
85       "name": "Tests-Integration",
86       "test_type": "unit",
87       "platforms": {
88         "ios": "8.0",
89         "osx": "10.11",
90         "tvos": "10.0"
91       },
92       "requires_app_host": false,
93       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Integration/**/*.{h,m}",
94       "resources": [
95         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
96       ],
97       "pod_target_xcconfig": {
98         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
99       }
100     }
101   ]