[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / b / c / f / GoogleDataTransportCCTSupport / 1.0.1 / GoogleDataTransportCCTSupport.podspec.json
blob088ce2449ce53ab7dd49d6805011ae2842135dfc
2   "name": "GoogleDataTransportCCTSupport",
3   "version": "1.0.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.0.1"
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   "dependencies": {
27     "GoogleDataTransport": [
28       "~> 1.1"
29     ],
30     "nanopb": [
32     ]
33   },
34   "pod_target_xcconfig": {
35     "GCC_C_LANGUAGE_STANDARD": "c99",
36     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
37     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
38     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
39     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
40   },
41   "testspecs": [
42     {
43       "name": "Tests-Unit",
44       "test_type": "unit",
45       "requires_app_host": false,
46       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Unit/**/*.{h,m}",
47       "resources": [
48         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
49       ],
50       "pod_target_xcconfig": {
51         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
52       },
53       "dependencies": {
54         "GCDWebServer": [
56         ]
57       }
58     },
59     {
60       "name": "Tests-Integration",
61       "test_type": "unit",
62       "requires_app_host": false,
63       "source_files": "GoogleDataTransportCCTSupport/GDTCCTTests/Integration/**/*.{h,m}",
64       "resources": [
65         "GoogleDataTransportCCTSupport/GDTCCTTests/Data/**/*"
66       ],
67       "pod_target_xcconfig": {
68         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/\""
69       }
70     }
71   ]