[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 7.3.0 / GoogleDataTransport.podspec.json
blob89a29dca63a9f405c96f8470f2da3d2fe28f89e1
2   "name": "GoogleDataTransport",
3   "version": "7.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/firebase/firebase-ios-sdk.git",
14     "tag": "DataTransport-7.3.0"
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": [
26     "GoogleDataTransport/GDTCORLibrary/**/*",
27     "GoogleDataTransport/GDTCCTLibrary/**/*"
28   ],
29   "public_header_files": "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/*.h",
30   "ios": {
31     "frameworks": [
32       "SystemConfiguration",
33       "CoreTelephony"
34     ]
35   },
36   "osx": {
37     "frameworks": [
38       "SystemConfiguration",
39       "CoreTelephony"
40     ]
41   },
42   "tvos": {
43     "frameworks": "SystemConfiguration"
44   },
45   "libraries": [
46     "z"
47   ],
48   "dependencies": {
49     "nanopb": [
50       "~> 1.30906.0"
51     ]
52   },
53   "pod_target_xcconfig": {
54     "GCC_C_LANGUAGE_STANDARD": "c99",
55     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
56     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
57     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCOR_VERSION=7.3.0",
58     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
59   },
60   "testspecs": [
61     {
62       "name": "Tests-Unit",
63       "test_type": "unit",
64       "platforms": {
65         "ios": "8.0",
66         "osx": "10.11",
67         "tvos": "10.0"
68       },
69       "requires_app_host": false,
70       "source_files": [
71         "GoogleDataTransport/GDTCORTests/Unit/**/*.{h,m}",
72         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
73       ],
74       "pod_target_xcconfig": {
75         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
76       }
77     },
78     {
79       "name": "Tests-Lifecycle",
80       "test_type": "unit",
81       "platforms": {
82         "ios": "8.0",
83         "osx": "10.11",
84         "tvos": "10.0"
85       },
86       "requires_app_host": false,
87       "source_files": [
88         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
89         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
90       ],
91       "pod_target_xcconfig": {
92         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
93       }
94     },
95     {
96       "name": "Tests-Integration",
97       "test_type": "unit",
98       "platforms": {
99         "ios": "8.0",
100         "osx": "10.11",
101         "tvos": "10.0"
102       },
103       "requires_app_host": false,
104       "source_files": [
105         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
106         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
107       ],
108       "pod_target_xcconfig": {
109         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
110       },
111       "dependencies": {
112         "GCDWebServer": [
114         ]
115       }
116     },
117     {
118       "name": "CCT-Tests-Unit",
119       "test_type": "unit",
120       "platforms": {
121         "ios": "8.0",
122         "osx": "10.11",
123         "tvos": "10.0"
124       },
125       "requires_app_host": false,
126       "source_files": [
127         "GoogleDataTransport/GDTCCTTests/Unit/**/*.{h,m}",
128         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}",
129         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
130       ],
131       "resources": [
132         "GoogleDataTransport/GDTCCTTests/Data/**/*"
133       ],
134       "pod_target_xcconfig": {
135         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
136       },
137       "dependencies": {
138         "GCDWebServer": [
140         ]
141       }
142     },
143     {
144       "name": "CCT-Tests-Integration",
145       "test_type": "unit",
146       "platforms": {
147         "ios": "8.0",
148         "osx": "10.11",
149         "tvos": "10.0"
150       },
151       "requires_app_host": false,
152       "source_files": [
153         "GoogleDataTransport/GDTCCTTests/Integration/**/*.{h,m}",
154         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
155       ],
156       "resources": [
157         "GoogleDataTransport/GDTCCTTests/Data/**/*"
158       ],
159       "pod_target_xcconfig": {
160         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
161       }
162     }
163   ]