[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / b / c / f / GoogleDataTransportCCTSupport / 1.3.1 / GoogleDataTransportCCTSupport.podspec.json
blob0372392862e9e6bd51b22211b22f9744504ab792
2   "name": "GoogleDataTransportCCTSupport",
3   "version": "1.3.1",
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.3.1"
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   "libraries": [
28     "z"
29   ],
30   "dependencies": {
31     "GoogleDataTransport": [
32       "~> 3.3"
33     ],
34     "nanopb": [
35       "~> 0.3.901"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "GCC_C_LANGUAGE_STANDARD": "c99",
40     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
41     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
42     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=1.3.1",
43     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
44   },
45   "testspecs": [
46     {
47       "name": "Tests-Unit",
48       "test_type": "unit",
49       "platforms": {
50         "ios": "8.0",
51         "osx": "10.11",
52         "tvos": "10.0"
53       },
54       "requires_app_host": false,
55       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Unit/**/*.{h,m}",
56       "resources": [
57         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
58       ],
59       "pod_target_xcconfig": {
60         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
61       },
62       "dependencies": {
63         "GCDWebServer": [
65         ]
66       }
67     },
68     {
69       "name": "Tests-Integration",
70       "test_type": "unit",
71       "platforms": {
72         "ios": "8.0",
73         "osx": "10.11",
74         "tvos": "10.0"
75       },
76       "requires_app_host": false,
77       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Integration/**/*.{h,m}",
78       "resources": [
79         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
80       ],
81       "pod_target_xcconfig": {
82         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
83       }
84     }
85   ]