[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 9.1.3 / GoogleDataTransport.podspec.json
blob6e60b1b320d92bca4bd04e32ce9fde6d2abc6068
2   "name": "GoogleDataTransport",
3   "version": "9.1.3",
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-9.1.3"
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.7"
50     ],
51     "GoogleUtilities/Logger": [
52       "~> 7.7"
53     ],
54     "nanopb": [
55       ">= 2.30908.0",
56       "< 2.30910.0"
57     ],
58     "PromisesObjC": [
59       ">= 1.2",
60       "< 3.0"
61     ]
62   },
63   "pod_target_xcconfig": {
64     "GCC_C_LANGUAGE_STANDARD": "c99",
65     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
66     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCOR_VERSION=9.1.3",
67     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
68   },
69   "testspecs": [
70     {
71       "name": "Tests-Unit",
72       "test_type": "unit",
73       "scheme": {
74         "code_coverage": true
75       },
76       "platforms": {
77         "ios": "9.0",
78         "osx": "10.12",
79         "tvos": "10.0"
80       },
81       "requires_app_host": false,
82       "source_files": [
83         "GoogleDataTransport/GDTCORTests/Unit/**/*.{h,m}",
84         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}",
85         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
86       ],
87       "pod_target_xcconfig": {
88         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
89       }
90     },
91     {
92       "name": "Tests-Lifecycle",
93       "test_type": "unit",
94       "scheme": {
95         "code_coverage": true
96       },
97       "platforms": {
98         "ios": "9.0",
99         "osx": "10.12",
100         "tvos": "10.0"
101       },
102       "requires_app_host": false,
103       "source_files": [
104         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
105         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
106       ],
107       "pod_target_xcconfig": {
108         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
109       }
110     },
111     {
112       "name": "Tests-Integration",
113       "test_type": "unit",
114       "scheme": {
115         "code_coverage": true
116       },
117       "platforms": {
118         "ios": "9.0",
119         "osx": "10.12",
120         "tvos": "10.0"
121       },
122       "requires_app_host": false,
123       "source_files": [
124         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
125         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
126       ],
127       "pod_target_xcconfig": {
128         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
129       },
130       "dependencies": {
131         "GCDWebServer": [
133         ]
134       }
135     },
136     {
137       "name": "CCT-Tests-Unit",
138       "test_type": "unit",
139       "scheme": {
140         "code_coverage": true
141       },
142       "platforms": {
143         "ios": "9.0",
144         "osx": "10.12",
145         "tvos": "10.0"
146       },
147       "requires_app_host": false,
148       "source_files": [
149         "GoogleDataTransport/GDTCCTTests/Unit/**/*.{h,m}",
150         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}",
151         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
152       ],
153       "resources": [
154         "GoogleDataTransport/GDTCCTTests/Data/**/*"
155       ],
156       "pod_target_xcconfig": {
157         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
158       },
159       "dependencies": {
160         "GCDWebServer": [
162         ]
163       }
164     },
165     {
166       "name": "CCT-Tests-Integration",
167       "test_type": "unit",
168       "scheme": {
169         "code_coverage": true
170       },
171       "platforms": {
172         "ios": "9.0",
173         "osx": "10.12",
174         "tvos": "10.0"
175       },
176       "requires_app_host": false,
177       "source_files": [
178         "GoogleDataTransport/GDTCCTTests/Integration/**/*.{h,m}",
179         "GoogleDataTransport/GDTCCTTests/Unit/TestServer/GDTCCTTestServer.{h,m}",
180         "GoogleDataTransport/GDTCORTests/Common/Categories/GDTCORFlatFileStorage+Testing.{h,m}",
181         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
182       ],
183       "resources": [
184         "GoogleDataTransport/GDTCCTTests/Data/**/*"
185       ],
186       "pod_target_xcconfig": {
187         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
188       },
189       "dependencies": {
190         "GCDWebServer": [
192         ]
193       }
194     }
195   ]