[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 8.3.0 / GoogleDataTransport.podspec.json
blob06a239ff18729ecf108c466c6a0ab960faf99326
2   "name": "GoogleDataTransport",
3   "version": "8.3.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.3.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.30907.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.3.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       ],
81       "pod_target_xcconfig": {
82         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
83       }
84     },
85     {
86       "name": "Tests-Lifecycle",
87       "test_type": "unit",
88       "scheme": {
89         "code_coverage": true
90       },
91       "platforms": {
92         "ios": "9.0",
93         "osx": "10.12",
94         "tvos": "10.0"
95       },
96       "requires_app_host": false,
97       "source_files": [
98         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
99         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
100       ],
101       "pod_target_xcconfig": {
102         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
103       }
104     },
105     {
106       "name": "Tests-Integration",
107       "test_type": "unit",
108       "scheme": {
109         "code_coverage": true
110       },
111       "platforms": {
112         "ios": "9.0",
113         "osx": "10.12",
114         "tvos": "10.0"
115       },
116       "requires_app_host": false,
117       "source_files": [
118         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
119         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
120       ],
121       "pod_target_xcconfig": {
122         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
123       },
124       "dependencies": {
125         "GCDWebServer": [
127         ]
128       }
129     },
130     {
131       "name": "CCT-Tests-Unit",
132       "test_type": "unit",
133       "scheme": {
134         "code_coverage": true
135       },
136       "platforms": {
137         "ios": "9.0",
138         "osx": "10.12",
139         "tvos": "10.0"
140       },
141       "requires_app_host": false,
142       "source_files": [
143         "GoogleDataTransport/GDTCCTTests/Unit/**/*.{h,m}",
144         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}",
145         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
146       ],
147       "resources": [
148         "GoogleDataTransport/GDTCCTTests/Data/**/*"
149       ],
150       "pod_target_xcconfig": {
151         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
152       },
153       "dependencies": {
154         "GCDWebServer": [
156         ]
157       }
158     },
159     {
160       "name": "CCT-Tests-Integration",
161       "test_type": "unit",
162       "scheme": {
163         "code_coverage": true
164       },
165       "platforms": {
166         "ios": "9.0",
167         "osx": "10.12",
168         "tvos": "10.0"
169       },
170       "requires_app_host": false,
171       "source_files": [
172         "GoogleDataTransport/GDTCCTTests/Integration/**/*.{h,m}",
173         "GoogleDataTransport/GDTCCTTests/Unit/TestServer/GDTCCTTestServer.{h,m}",
174         "GoogleDataTransport/GDTCORTests/Common/Categories/GDTCORFlatFileStorage+Testing.{h,m}",
175         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
176       ],
177       "resources": [
178         "GoogleDataTransport/GDTCCTTests/Data/**/*"
179       ],
180       "pod_target_xcconfig": {
181         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
182       },
183       "dependencies": {
184         "GCDWebServer": [
186         ]
187       }
188     }
189   ]