[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 8.4.0 / GoogleDataTransport.podspec.json
blob4cee354093e4f81220dac1a0b03e1f685633801a
2   "name": "GoogleDataTransport",
3   "version": "8.4.0",
4   "summary": "Google iOS SDK data transport.",
5   "description": "Shared library for iOS SDK data transport needs.",
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/google/GoogleDataTransport.git",
14     "tag": "CocoaPods-8.4.0"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.12",
19     "tvos": "10.0",
20     "watchos": "6.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "prefix_header_file": false,
24   "source_files": [
25     "GoogleDataTransport/GDTCORLibrary/**/*",
26     "GoogleDataTransport/GDTCCTLibrary/**/*"
27   ],
28   "public_header_files": "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/*.h",
29   "ios": {
30     "frameworks": [
31       "SystemConfiguration",
32       "CoreTelephony"
33     ]
34   },
35   "osx": {
36     "frameworks": [
37       "SystemConfiguration",
38       "CoreTelephony"
39     ]
40   },
41   "tvos": {
42     "frameworks": "SystemConfiguration"
43   },
44   "libraries": [
45     "z"
46   ],
47   "dependencies": {
48     "GoogleUtilities/Environment": [
49       "~> 7.2"
50     ],
51     "nanopb": [
52       "~> 2.30908.0"
53     ],
54     "PromisesObjC": [
55       "~> 1.2"
56     ]
57   },
58   "pod_target_xcconfig": {
59     "GCC_C_LANGUAGE_STANDARD": "c99",
60     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
61     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCOR_VERSION=8.4.0",
62     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
63   },
64   "testspecs": [
65     {
66       "name": "Tests-Unit",
67       "test_type": "unit",
68       "scheme": {
69         "code_coverage": true
70       },
71       "platforms": {
72         "ios": "9.0",
73         "osx": "10.12",
74         "tvos": "10.0"
75       },
76       "requires_app_host": false,
77       "source_files": [
78         "GoogleDataTransport/GDTCORTests/Unit/**/*.{h,m}",
79         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}",
80         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
81       ],
82       "pod_target_xcconfig": {
83         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
84       }
85     },
86     {
87       "name": "Tests-Lifecycle",
88       "test_type": "unit",
89       "scheme": {
90         "code_coverage": true
91       },
92       "platforms": {
93         "ios": "9.0",
94         "osx": "10.12",
95         "tvos": "10.0"
96       },
97       "requires_app_host": false,
98       "source_files": [
99         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
100         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
101       ],
102       "pod_target_xcconfig": {
103         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
104       }
105     },
106     {
107       "name": "Tests-Integration",
108       "test_type": "unit",
109       "scheme": {
110         "code_coverage": true
111       },
112       "platforms": {
113         "ios": "9.0",
114         "osx": "10.12",
115         "tvos": "10.0"
116       },
117       "requires_app_host": false,
118       "source_files": [
119         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
120         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
121       ],
122       "pod_target_xcconfig": {
123         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
124       },
125       "dependencies": {
126         "GCDWebServer": [
128         ]
129       }
130     },
131     {
132       "name": "CCT-Tests-Unit",
133       "test_type": "unit",
134       "scheme": {
135         "code_coverage": true
136       },
137       "platforms": {
138         "ios": "9.0",
139         "osx": "10.12",
140         "tvos": "10.0"
141       },
142       "requires_app_host": false,
143       "source_files": [
144         "GoogleDataTransport/GDTCCTTests/Unit/**/*.{h,m}",
145         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}",
146         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
147       ],
148       "resources": [
149         "GoogleDataTransport/GDTCCTTests/Data/**/*"
150       ],
151       "pod_target_xcconfig": {
152         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
153       },
154       "dependencies": {
155         "GCDWebServer": [
157         ]
158       }
159     },
160     {
161       "name": "CCT-Tests-Integration",
162       "test_type": "unit",
163       "scheme": {
164         "code_coverage": true
165       },
166       "platforms": {
167         "ios": "9.0",
168         "osx": "10.12",
169         "tvos": "10.0"
170       },
171       "requires_app_host": false,
172       "source_files": [
173         "GoogleDataTransport/GDTCCTTests/Integration/**/*.{h,m}",
174         "GoogleDataTransport/GDTCCTTests/Unit/TestServer/GDTCCTTestServer.{h,m}",
175         "GoogleDataTransport/GDTCORTests/Common/Categories/GDTCORFlatFileStorage+Testing.{h,m}",
176         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
177       ],
178       "resources": [
179         "GoogleDataTransport/GDTCCTTests/Data/**/*"
180       ],
181       "pod_target_xcconfig": {
182         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
183       },
184       "dependencies": {
185         "GCDWebServer": [
187         ]
188       }
189     }
190   ]